What is the HSL code for seafoam green?
The CSS color seafoam green in HSL format is hsl(143.1, 91.4%, 72.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use seafoam green in CSS?
To apply seafoam green in CSS:
- Text color: color: hsl(143.1, 91.4%, 72.7%);
- Background: background-color: hsl(143.1, 91.4%, 72.7%);
- Border: border-color: hsl(143.1, 91.4%, 72.7%);
What are all the color format values for seafoam green?
| Format | Value |
|---|---|
| HEX | #7af9ab |
| RGB | rgb(122, 249, 171) |
| HSL | hsl(143.1, 91.4%, 72.7%) |
| CMYK | cmyk(51%, 0%, 31.3%, 2.4%) |
How do I convert seafoam green to HSL?
Select seafoam green from the color name list in our color converter. The HSL value — hsl(143.1, 91.4%, 72.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does seafoam green belong to?
seafoam green belongs to the green color family. It is a light, vivid color with HSL values: hue 143.1°, saturation 91.4%, lightness 72.7%.
How do I create lighter and darker shades of seafoam green?
Lighter variant (lightness 87.7%): #c3fcd9. Darker variant (lightness 57.7%): #31f67c. 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.