#6DCCA0
A light, moderate green closely aligning with Mediumaquamarine.
About #6DCCA0
When working with digital screens, the color #6DCCA0 is rendered by mixing light. Designers often compare it to the standard color Mediumaquamarine. In the RGB color space, it consists of 109 red, 204 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 47% C, 0% M, 22% Y, and 20% K. With a hue angle of 152.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6DCCA0
RGB109, 204, 160
HSL152.2°, 48.2%, 61.4%
CMYK47%, 0%, 22%, 20%
HSV152.2°, 46.6%, 80.0%
LAB75.4, -38.3, 13.3
XYZ34.2, 49.0, 40.9
Decimal7195808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.80:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCCA0;
}
.text-color {
color: #6DCCA0;
}
.border-color {
border: 2px solid #6DCCA0;
}