#92B6A0
A light, muted green closely aligning with Darkseagreen.
About #92B6A0
At its core, #92B6A0 is a light and muted hue. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(146, 182, 160).
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 0% Magenta, 12% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92B6A0
RGB146, 182, 160
HSL143.3°, 19.8%, 64.3%
CMYK20%, 0%, 12%, 29%
HSV143.3°, 19.8%, 71.4%
LAB70.9, -16.6, 7.2
XYZ34.9, 42.1, 39.5
Decimal9615008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.42:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92B6A0;
}
.text-color {
color: #92B6A0;
}
.border-color {
border: 2px solid #92B6A0;
}