What is the HSL code for darkseagreen?
The CSS color darkseagreen in HSL format is hsl(120, 25.1%, 64.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use darkseagreen in CSS?
To apply darkseagreen in CSS:
- Text color: color: hsl(120, 25.1%, 64.9%);
- Background: background-color: hsl(120, 25.1%, 64.9%);
- Border: border-color: hsl(120, 25.1%, 64.9%);
What are all the color format values for darkseagreen?
| Format | Value |
|---|---|
| HEX | #8fbc8f |
| RGB | rgb(143, 188, 143) |
| HSL | hsl(120, 25.1%, 64.9%) |
| CMYK | cmyk(23.9%, 0%, 23.9%, 26.3%) |
How do I convert darkseagreen to HSL?
Select darkseagreen from the color name list in our color converter. The HSL value — hsl(120, 25.1%, 64.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does darkseagreen belong to?
darkseagreen belongs to the green color family. It is a medium, muted color with HSL values: hue 120°, saturation 25.1%, lightness 64.9%.
How do I create lighter and darker shades of darkseagreen?
Lighter variant (lightness 79.9%): #bfd9bf. Darker variant (lightness 49.900000000000006%): #5f9f5f. 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.