#92DBA0
A light, moderate green closely aligning with Darkseagreen.
About #92DBA0
Visually, #92DBA0 is defined as a moderate green. Designers often compare it to the standard color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 219, and 160.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 33% C, 0% M, 27% Y, and 14% K. The HSL representation is 131.5° hue, 50.3% saturation, and 71.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#92DBA0
RGB146, 219, 160
HSL131.5°, 50.3%, 71.6%
CMYK33%, 0%, 27%, 14%
HSV131.5°, 33.3%, 85.9%
LAB81.5, -34.7, 22.0
XYZ43.5, 59.3, 42.4
Decimal9624480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.86:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DBA0;
}
.text-color {
color: #92DBA0;
}
.border-color {
border: 2px solid #92DBA0;
}