HEX
#
RGB
HSL

#008080 CSS / HTML Preview

Text with hexadecimal color #008080

This text has a font color of #008080.

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

This element has a border color of #008080.

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

This paragraph has a background color of #008080.

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