Closest to Sea Green
#1E9167
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 1E9167 | ||
| HEX with # | #1E9167 | ||
| RGB | rgb(30, 145, 103) | ||
| RGBA | rgba(30, 145, 103, 1) | ||
| HSL | hsl(158.09 65.71% 34.31%) | ||
| HSLA | hsla(158.09, 65.71%, 34.31%, 1) | ||
| HSV | hsv(158.09, 79.31%, 56.86%) | ||
| CMYK | cmyk(79.31%, 0%, 28.97%, 43.14%) | ||
| OKLCH | oklch(58.48% 0.118 162.87) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #1E9167;
bg-[#1e9167]
Accessibility quick-check
White text
3.96:1
AA large
Black text
5.3:1
AA normal
Reference notes
#1E9167 is a deep, clear cyan color closest to Sea Green. The color has RGB channels of 30, 145, and 103; in HSL terms, it is centered near 158 degrees with 66% saturation and 34% lightness. In a design system, this cool reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for interfaces that need weight, contrast, or a more formal visual register. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.