What is the HSL code for seagreen?
The CSS color seagreen in HSL format is hsl(146.5, 50.3%, 36.3%). Use this value directly in CSS, SVG, and most design tools.
How do I use seagreen in CSS?
To apply seagreen in CSS:
- Text color: color: hsl(146.5, 50.3%, 36.3%);
- Background: background-color: hsl(146.5, 50.3%, 36.3%);
- Border: border-color: hsl(146.5, 50.3%, 36.3%);
What are all the color format values for seagreen?
| Format | Value |
|---|---|
| HEX | #2e8b57 |
| RGB | rgb(46, 139, 87) |
| HSL | hsl(146.5, 50.3%, 36.3%) |
| CMYK | cmyk(66.9%, 0%, 37.4%, 45.5%) |
How do I convert seagreen to HSL?
Select seagreen from the color name list in our color converter. The HSL value — hsl(146.5, 50.3%, 36.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does seagreen belong to?
seagreen belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 146.5°, saturation 50.3%, lightness 36.3%.
How do I create lighter and darker shades of seagreen?
Lighter variant (lightness 51.3%): #44c17c. Darker variant (lightness 21.299999999999997%): #1b5233. 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.