#16F8BD
A medium, vivid green closely aligning with Aquamarine.
About #16F8BD
Visually, #16F8BD is defined as a vivid green. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 22 red, 248 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 91% cyan, 0% magenta, 24% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#16F8BD
RGB22, 248, 189
HSL164.3°, 94.2%, 52.9%
CMYK91%, 0%, 24%, 3%
HSV164.3°, 91.1%, 97.3%
LAB87.5, -61.9, 14.8
XYZ43.1, 71.0, 59.6
Decimal1505469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.20:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F8BD;
}
.text-color {
color: #16F8BD;
}
.border-color {
border: 2px solid #16F8BD;
}