Neptune Green
#7fbb9e
Neptune Green, represented by the hex value #7fbb9e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7fbb9e | |
|---|---|---|
| RGB | rgb(127, 187, 158) | |
| HSL | hsl(151, 31%, 62%) | |
| CMYK | cmyk(32%, 0%, 16%, 27%) | |
| LAB | lab(71, -25, 8) | |
| OKLCH | oklch(0.74 0.075 163) |
Color harmonies
Tints & shades
Code snippets
color: #7fbb9e;
background-color: #7fbb9e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF7FBB9E)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.73, blue: 0.62, alpha: 1.0)