#75D3AF
A light, moderate green closely aligning with Mediumaquamarine.
About #75D3AF
Visually, #75D3AF is defined as a moderate green. Its closest recognized web color is Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 211, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 45% C, 0% M, 17% Y, and 17% K. With a hue angle of 157.0 degrees, it sits comfortably in the green 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#75D3AF
RGB117, 211, 175
HSL157.0°, 51.6%, 64.3%
CMYK45%, 0%, 17%, 17%
HSV157.0°, 44.5%, 82.7%
LAB78.1, -36.3, 9.2
XYZ38.4, 53.5, 48.9
Decimal7721903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.69:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D3AF;
}
.text-color {
color: #75D3AF;
}
.border-color {
border: 2px solid #75D3AF;
}