HEX
#
RGB
HSL

#008B8B CSS / HTML Preview

Text with hexadecimal color #008B8B

This text has a font color of #008B8B.

<span style="color:#008B8B;">Your text here</span>
#008B8B border color

This element has a border color of #008B8B.

<div style="border:2px solid #008B8B;">Content here</div>
#008B8B background color

This paragraph has a background color of #008B8B.

<p style="background-color:#008B8B;">Content here</p>
CSS codes
.text {color:#008B8B;}
.background {background-color:#008B8B;}
.border {border:1px solid #008B8B;}