Teal Color
CSS Name teal
HEX #008080
RGB rgb(0, 128, 128)
HSL hsl(180, 100%, 25%)
CMYK cmyk(100%, 0%, 0%, 50%)
About Teal
Teal is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: teal;) or by its HEX code (color: #008080;).
Usage in CSS
.element {
color: teal;
/* or */
color: #008080;
/* or */
color: rgb(0, 128, 128);
}
color: teal;
/* or */
color: #008080;
/* or */
color: rgb(0, 128, 128);
}
Frequently Asked Questions
What is the HEX code for Teal?
The HEX code for Teal is #008080.
What is the RGB value of Teal?
The RGB value is rgb(0, 128, 128).