Aquamarine color: code #7FFFD4
Aquamarine
#7FFFD4
Color codes
- HEX
#7FFFD4 - RGB
rgb(127, 255, 212) - HSL
hsl(160, 100%, 75%) - HSV
hsv(160, 50%, 100%) - CMYK
cmyk(50%, 0%, 17%, 0%) - LAB
lab(92% -45.5 9.7) - OKLCH
oklch(91.5% 0.13 169)
About the color Aquamarine
Aquamarine has the HEX code #7FFFD4, which corresponds to rgb(127, 255, 212) in the RGB model. On the color wheel its hue sits at 160°, with 100% saturation and 75% lightness (hsl(160, 100%, 75%)).
Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.
As a background it calls for dark text: black reaches a 17.15:1 contrast ratio on it, versus 1.22:1 for white.
For print, the approximate conversion is cmyk(50%, 0%, 17%, 0%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Aquamarine
Complementary
#7FFFD4 · #FF80AA
Analogous
#80FF95 · #7FFFD4 · #80EAFF
Triadic
#7FFFD4 · #D580FF · #FFD580
Tetradic
#7FFFD4 · #9580FF · #FF80AA · #EAFF80
Split-complementary
#7FFFD4 · #FF80EA · #FF9580
Monochromatic
#00FFAA · #4DFFC4 · #7FFFD4 · #CCFFEE · #FFFFFF
Aquamarine with white and black text
How to use it in CSS
:root {
--color-aquamarine: #7FFFD4;
--color-aquamarine-rgb: 127, 255, 212;
}
.elemento {
background-color: var(--color-aquamarine);
color: #000000;
}