#75E2B6
A light, moderate green closely aligning with Mediumaquamarine.
About #75E2B6
The hex code #75E2B6 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 226, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 48% Cyan, 0% Magenta, 19% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75E2B6
RGB117, 226, 182
HSL155.8°, 65.3%, 67.3%
CMYK48%, 0%, 19%, 11%
HSV155.8°, 48.2%, 88.6%
LAB82.7, -41.6, 11.9
XYZ43.0, 61.6, 53.9
Decimal7725750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.31:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E2B6;
}
.text-color {
color: #75E2B6;
}
.border-color {
border: 2px solid #75E2B6;
}