Patina
#66d0c0
Patina is a color with the hex code #66d0c0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #66d0c0 | |
|---|---|---|
| RGB | rgb(102, 208, 192) | |
| HSL | hsl(171, 53%, 61%) | |
| CMYK | cmyk(51%, 0%, 8%, 18%) | |
| LAB | lab(77, -35, -2) | |
| OKLCH | oklch(0.79 0.101 183) |
Color harmonies
Tints & shades
Code snippets
color: #66d0c0;
background-color: #66d0c0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF66D0C0)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.82, blue: 0.75, alpha: 1.0)