#75FFBD
A light, vivid green closely aligning with Aquamarine.
About #75FFBD
The precise color #75FFBD is an excellent choice for modern design projects. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 255, and 189.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 54% cyan, 0% magenta, 26% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75FFBD
RGB117, 255, 189
HSL151.3°, 100.0%, 72.9%
CMYK54%, 0%, 26%, 0%
HSV151.3°, 54.1%, 100.0%
LAB91.2, -52.5, 20.3
XYZ52.3, 79.0, 60.6
Decimal7733181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.80:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FFBD;
}
.text-color {
color: #75FFBD;
}
.border-color {
border: 2px solid #75FFBD;
}