#92E2C5
A light, moderate green closely aligning with Mediumaquamarine.
About #92E2C5
At its core, #92E2C5 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. In the RGB color space, it consists of 146 red, 226 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. The HSL representation is 158.3° hue, 58.0% saturation, and 72.9% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92E2C5
RGB146, 226, 197
HSL158.3°, 58.0%, 72.9%
CMYK35%, 0%, 13%, 11%
HSV158.3°, 35.4%, 88.6%
LAB84.2, -30.8, 6.5
XYZ49.1, 64.5, 62.7
Decimal9626309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.91:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E2C5;
}
.text-color {
color: #92E2C5;
}
.border-color {
border: 2px solid #92E2C5;
}