What is the HEX code for dark sea green?
The CSS color dark sea green in HEX format is #11875d. Use this value directly in CSS, SVG, and most design tools.
How do I use dark sea green in CSS?
To apply dark sea green in CSS:
- Text color: color: #11875d;
- Background: background-color: #11875d;
- Border: border-color: #11875d;
What are all the color format values for dark sea green?
| Format | Value |
|---|---|
| HEX | #11875d |
| RGB | rgb(17, 135, 93) |
| HSL | hsl(158.6, 77.6%, 29.8%) |
| CMYK | cmyk(87.4%, 0%, 31.1%, 47.1%) |
How do I convert dark sea green to HEX?
Select dark sea green from the color name list in our color converter. The HEX value — #11875d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark sea green belong to?
dark sea green belongs to the green color family. It is a dark, vivid color with HSL values: hue 158.6°, saturation 77.6%, lightness 29.8%.
How do I create lighter and darker shades of dark sea green?
Lighter variant (lightness 44.8%): #1acb8c. Darker variant (lightness 14.8%): #08432e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.