What is the HSL code for grey teal?
The CSS color grey teal in HSL format is hsl(163.3, 24.5%, 48.8%). 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: hsl(163.3, 24.5%, 48.8%);
- Background: background-color: hsl(163.3, 24.5%, 48.8%);
- Border: border-color: hsl(163.3, 24.5%, 48.8%);
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 HSL?
Select grey teal from the color name list in our color converter. The HSL value — hsl(163.3, 24.5%, 48.8%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.