Treetop
#91b6ac
Looking for the precise values behind Treetop (#91b6ac)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #91b6ac | |
|---|---|---|
| RGB | rgb(145, 182, 172) | |
| HSL | hsl(164, 20%, 64%) | |
| CMYK | cmyk(20%, 0%, 5%, 29%) | |
| LAB | lab(71, -15, 1) | |
| OKLCH | oklch(0.75 0.042 177) |
Color harmonies
Tints & shades
Code snippets
color: #91b6ac;
background-color: #91b6ac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF91B6AC)
/* Swift / UIKit */
UIColor(red: 0.57, green: 0.71, blue: 0.67, alpha: 1.0)