What is the HEX code for green teal?
The CSS color green teal in HEX format is #0cb577. Use this value directly in CSS, SVG, and most design tools.
How do I use green teal in CSS?
To apply green teal in CSS:
- Text color: color: #0cb577;
- Background: background-color: #0cb577;
- Border: border-color: #0cb577;
What are all the color format values for green teal?
| Format | Value |
|---|---|
| HEX | #0cb577 |
| RGB | rgb(12, 181, 119) |
| HSL | hsl(158, 87.6%, 37.8%) |
| CMYK | cmyk(93.4%, 0%, 34.3%, 29%) |
How do I convert green teal to HEX?
Select green teal from the color name list in our color converter. The HEX value — #0cb577 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does green teal belong to?
green teal belongs to the green color family. It is a medium, vivid color with HSL values: hue 158°, saturation 87.6%, lightness 37.8%.
How do I create lighter and darker shades of green teal?
Lighter variant (lightness 52.8%): #1df0a3. Darker variant (lightness 22.799999999999997%): #076d48. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.