#75DBB6
A light, moderate green closely aligning with Mediumaquamarine.
About #75DBB6
When working with digital screens, the color #75DBB6 is rendered by mixing light. It is closely associated with the named CSS color Mediumaquamarine. In the RGB color space, it consists of 117 red, 219 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 47% Cyan, 0% Magenta, 17% Yellow, and 14% Black. With a hue angle of 158.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75DBB6
RGB117, 219, 182
HSL158.2°, 58.6%, 65.9%
CMYK47%, 0%, 17%, 14%
HSV158.2°, 46.6%, 85.9%
LAB80.6, -38.4, 9.0
XYZ41.1, 57.8, 53.3
Decimal7723958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBB6;
}
.text-color {
color: #75DBB6;
}
.border-color {
border: 2px solid #75DBB6;
}