#92CCB6
A light, moderate green closely aligning with Darkseagreen.
About #92CCB6
When working with digital screens, the color #92CCB6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 146 parts red, 204 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 28% Cyan, 0% Magenta, 11% Yellow, and 20% Black. With a hue angle of 157.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92CCB6
RGB146, 204, 182
HSL157.2°, 36.3%, 68.6%
CMYK28%, 0%, 11%, 20%
HSV157.2°, 28.4%, 80.0%
LAB77.7, -23.3, 5.0
XYZ41.9, 52.7, 52.2
Decimal9620662
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.53:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CCB6;
}
.text-color {
color: #92CCB6;
}
.border-color {
border: 2px solid #92CCB6;
}