Teal Hex Code — #008080
RGB, HSL, and CMYK values for Teal.
Teal Color Values
| Format | Value |
|---|---|
| HEX | #008080 |
| RGB | rgb(0, 128, 128) |
| HSL | hsl(180, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 0%, 50%) |
Want to explore more shades? Use our Color Converter
About Teal
Color psychology: Clarity, sophistication.
Teal (#008080) is a dark shade of green. It's commonly used in web design, graphic design, and branding where clarity, sophistication are desired associations.
How to Use Teal in CSS
/* Using HEX */ color: #008080; background-color: #008080; /* Using RGB */ color: rgb(0, 128, 128); /* Using HSL */ color: hsl(180, 100%, 25%);