#42B692
A medium, moderate green closely aligning with Mediumaquamarine.
About #42B692
At its core, #42B692 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(66, 182, 146).
If you are designing for print, the four-color process is what matters most. The color uses 64% Cyan, 0% Magenta, 20% Yellow, and 29% Black. The HSL representation is 161.4° hue, 46.8% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42B692
RGB66, 182, 146
HSL161.4°, 46.8%, 48.6%
CMYK64%, 0%, 20%, 29%
HSV161.4°, 63.7%, 71.4%
LAB67.0, -41.2, 8.8
XYZ24.2, 36.7, 33.0
Decimal4372114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42B692;
}
.text-color {
color: #42B692;
}
.border-color {
border: 2px solid #42B692;
}