What is the HEX code for greyish teal?
The CSS color greyish teal in HEX format is #719f91. Use this value directly in CSS, SVG, and most design tools.
How do I use greyish teal in CSS?
To apply greyish teal in CSS:
- Text color: color: #719f91;
- Background: background-color: #719f91;
- Border: border-color: #719f91;
What are all the color format values for greyish teal?
| Format | Value |
|---|---|
| HEX | #719f91 |
| RGB | rgb(113, 159, 145) |
| HSL | hsl(161.7, 19.3%, 53.3%) |
| CMYK | cmyk(28.9%, 0%, 8.8%, 37.6%) |
How do I convert greyish teal to HEX?
Select greyish teal from the color name list in our color converter. The HEX value — #719f91 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish teal belong to?
greyish teal belongs to the green color family. It is a medium, muted color with HSL values: hue 161.7°, saturation 19.3%, lightness 53.3%.
How do I create lighter and darker shades of greyish teal?
Lighter variant (lightness 68.3%): #9fbeb4. Darker variant (lightness 38.3%): #4f7569. 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.