#75FFC5
A light, vivid green closely aligning with Aquamarine.
About #75FFC5
At its core, #75FFC5 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 255, and 197.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 54% cyan, 0% magenta, 23% yellow, and 0% black. With a hue angle of 154.8 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75FFC5
RGB117, 255, 197
HSL154.8°, 100.0%, 72.9%
CMYK54%, 0%, 23%, 0%
HSV154.8°, 54.1%, 100.0%
LAB91.4, -50.9, 16.5
XYZ53.2, 79.3, 65.3
Decimal7733189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.87:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FFC5;
}
.text-color {
color: #75FFC5;
}
.border-color {
border: 2px solid #75FFC5;
}