Aquamarine
#2ee8bb
Looking for the precise values behind Aquamarine (#2ee8bb)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2ee8bb | |
|---|---|---|
| RGB | rgb(46, 232, 187) | |
| HSL | hsl(165, 80%, 55%) | |
| CMYK | cmyk(80%, 0%, 19%, 9%) | |
| LAB | lab(83, -54, 9) | |
| OKLCH | oklch(0.83 0.155 171) |
Color harmonies
Tints & shades
Code snippets
color: #2ee8bb;
background-color: #2ee8bb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF2EE8BB)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.91, blue: 0.73, alpha: 1.0)