What is the HEX code for grey teal?
The CSS color grey teal in HEX format is #5e9b8a. Use this value directly in CSS, SVG, and most design tools.
How do I use grey teal in CSS?
To apply grey teal in CSS:
- Text color: color: #5e9b8a;
- Background: background-color: #5e9b8a;
- Border: border-color: #5e9b8a;
What are all the color format values for grey teal?
| Format | Value |
|---|---|
| HEX | #5e9b8a |
| RGB | rgb(94, 155, 138) |
| HSL | hsl(163.3, 24.5%, 48.8%) |
| CMYK | cmyk(39.4%, 0%, 11%, 39.2%) |
How do I convert grey teal to HEX?
Select grey teal from the color name list in our color converter. The HEX value — #5e9b8a — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey teal belong to?
grey teal belongs to the green color family. It is a medium, muted color with HSL values: hue 163.3°, saturation 24.5%, lightness 48.8%.
How do I create lighter and darker shades of grey teal?
Lighter variant (lightness 63.8%): #8cb9ad. Darker variant (lightness 33.8%): #416b60. 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.