What is the HSL code for sea green?
The CSS color sea green in HSL format is hsl(147.7, 96.6%, 65.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use sea green in CSS?
To apply sea green in CSS:
- Text color: color: hsl(147.7, 96.6%, 65.7%);
- Background: background-color: hsl(147.7, 96.6%, 65.7%);
- Border: border-color: hsl(147.7, 96.6%, 65.7%);
What are all the color format values for sea green?
| Format | Value |
|---|---|
| HEX | #53fca1 |
| RGB | rgb(83, 252, 161) |
| HSL | hsl(147.7, 96.6%, 65.7%) |
| CMYK | cmyk(67.1%, 0%, 36.1%, 1.2%) |
How do I convert sea green to HSL?
Select sea green from the color name list in our color converter. The HSL value — hsl(147.7, 96.6%, 65.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sea green belong to?
sea green belongs to the green color family. It is a medium, vivid color with HSL values: hue 147.7°, saturation 96.6%, lightness 65.7%.
How do I create lighter and darker shades of sea green?
Lighter variant (lightness 80.7%): #9efdca. Darker variant (lightness 50.7%): #08fb78. 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.