#2CB699
A medium, moderate cyan closely aligning with Mediumaquamarine.
About #2CB699
At its core, #2CB699 is a medium and moderate hue. Designers often compare it to the standard color Mediumaquamarine. In the RGB color space, it consists of 44 red, 182 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. The color uses 76% Cyan, 0% Magenta, 16% Yellow, and 29% Black. With a hue angle of 167.4 degrees, it sits comfortably in the cyan spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CB699
RGB44, 182, 153
HSL167.4°, 61.1%, 44.3%
CMYK76%, 0%, 16%, 29%
HSV167.4°, 75.8%, 71.4%
LAB66.7, -42.8, 4.5
XYZ23.5, 36.3, 35.9
Decimal2930329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.26:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CB699;
}
.text-color {
color: #2CB699;
}
.border-color {
border: 2px solid #2CB699;
}