Seaweed
#18d17b
Seaweed, represented by the hex value #18d17b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #18d17b | |
|---|---|---|
| RGB | rgb(24, 209, 123) | |
| HSL | hsl(152, 79%, 46%) | |
| CMYK | cmyk(89%, 0%, 41%, 18%) | |
| LAB | lab(74, -59, 30) | |
| OKLCH | oklch(0.76 0.183 155) |
Color harmonies
Tints & shades
Code snippets
color: #18d17b;
background-color: #18d17b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF18D17B)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.82, blue: 0.48, alpha: 1.0)