#2CCCAF
A medium, moderate cyan closely aligning with Mediumaquamarine.
About #2CCCAF
When working with digital screens, the color #2CCCAF is rendered by mixing light. Its closest recognized web color is Mediumaquamarine. In the RGB color space, it consists of 44 red, 204 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. With a hue angle of 169.1 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CCCAF
RGB44, 204, 175
HSL169.1°, 64.5%, 48.6%
CMYK78%, 0%, 14%, 20%
HSV169.1°, 78.4%, 80.0%
LAB74.1, -46.4, 3.1
XYZ30.4, 46.8, 48.0
Decimal2935983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.36:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCCAF;
}
.text-color {
color: #2CCCAF;
}
.border-color {
border: 2px solid #2CCCAF;
}