HEX
#
RGB
HSL

#66CDAA CSS / HTML Preview

Text with hexadecimal color #66CDAA

This text has a font color of #66CDAA.

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

This element has a border color of #66CDAA.

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

This paragraph has a background color of #66CDAA.

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