Billiard
#00af9f
Looking for the precise values behind Billiard (#00af9f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #00af9f | |
|---|---|---|
| RGB | rgb(0, 175, 159) | |
| HSL | hsl(175, 100%, 34%) | |
| CMYK | cmyk(100%, 0%, 9%, 31%) | |
| LAB | lab(64, -42, -3) | |
| OKLCH | oklch(0.68 0.12 183) |
Color harmonies
Tints & shades
Code snippets
color: #00af9f;
background-color: #00af9f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF00AF9F)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.69, blue: 0.62, alpha: 1.0)