Closest to Medium Sea Green
#10A674
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 10A674 | ||
| HEX with # | #10A674 | ||
| RGB | rgb(16, 166, 116) | ||
| RGBA | rgba(16, 166, 116, 1) | ||
| HSL | hsl(160 82.42% 35.69%) | ||
| HSLA | hsla(160, 82.42%, 35.69%, 1) | ||
| HSV | hsv(160, 90.36%, 65.1%) | ||
| CMYK | cmyk(90.36%, 0%, 30.12%, 34.9%) | ||
| OKLCH | oklch(64.26% 0.1366 162.69) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #10A674;
bg-[#10a674]
Accessibility quick-check
White text
3.12:1
AA large
Black text
6.73:1
AA normal
Reference notes
#10A674 is a deep, saturated cyan color closest to Medium Sea Green. The color has RGB channels of 16, 166, and 116; in HSL terms, it is centered near 160 degrees with 82% saturation and 36% 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 badges, highlights, product accents, and moments where quick recognition matters. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.