HEX
#
RGB
HSL

#20B2AA CSS / HTML Preview

Text with hexadecimal color #20B2AA

This text has a font color of #20B2AA.

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

This element has a border color of #20B2AA.

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

This paragraph has a background color of #20B2AA.

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