#008080
Teal Color Codes
Code | Value |
---|---|
HEX | #008080 |
RGB | rgb(0,128,128) |
HSL | |
CMYK |
Shades of Teal (#008080)
Tints of Teal (#008080)
Teal (#008080) Preview
Text with hexademical color #008080
This text has a font color of #008080
<span style="color: #008080;"h1>Text</span/h1>
#008080 background color
This paragraph has a background color of #008080
<p style="background-color: #008080;"h1>Text</p/h1>
#008080 border color
This element has a border color of #008080
<div style="border: 2px solid #008080;"h1>Text</div/h1>
CSS codes
.text {color:#008080;}
.background {background-color: #008080;}
.border {border:2px solid #008080;}