#92D3A8
A light, moderate green closely aligning with Darkseagreen.
About #92D3A8
When working with digital screens, the color #92D3A8 is rendered by mixing light. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(146, 211, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. With a hue angle of 140.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92D3A8
RGB146, 211, 168
HSL140.3°, 42.5%, 70.0%
CMYK31%, 0%, 20%, 17%
HSV140.3°, 30.8%, 82.7%
LAB79.3, -29.5, 14.8
XYZ42.2, 55.5, 45.5
Decimal9622440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.11:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92D3A8;
}
.text-color {
color: #92D3A8;
}
.border-color {
border: 2px solid #92D3A8;
}