HSL(175, 100%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,100%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 100%, 19%) | color: hsl(175, 100%, 19%) | |
| HEX | #006159 | color: #006159 | |
| RGB | rgb(0, 97, 89) | color: rgb(0, 97, 89) | |
| CMYK | cmyk(100%, 0%, 8%, 62%) | — | |
| HSV | hsv(175, 100%, 38%) | — | |
| HWB | hwb(175 0% 62%) | color: hwb(175 0% 62%) | |
| OKLCH | oklch(0.443 0.078 185.1) | color: oklch(0.443 0.078 185.1) | |
| Lab | lab(36.5 -26.35 -2.4) | color: lab(36.5 -26.35 -2.4) | |
| LCH | lch(36.5 26.46 185.2) | color: lch(36.5 26.46 185.2) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#2A2B5B — rgb(42, 43, 91)
Deuteranopia (Green-blind)
#241D5B — rgb(36, 29, 91)
Tritanopia (Blue-blind)
#055C5D — rgb(5, 92, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 100%, 19%);
text
color: hsl(175, 100%, 19%);
border
border: 2px solid hsl(175, 100%, 19%);
gradient light
background: linear-gradient(to right, hsl(175, 100%, 39%), hsl(175, 100%, 19%));
gradient dark
background: linear-gradient(to right, hsl(175, 100%, 19%), hsl(175, 100%, 0%))
hex
background-color: #006159;
tailwind
bg-[hsl(175,100%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 100%, 19%, 0.4);
css variable
--color-primary: hsl(175, 100%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 100%, 19%)?
HEX: #006159 | RGB: rgb(0, 97, 89) | CMYK: 100%, 0%, 8%, 62% | HSV: 175°, 100%, 38%. Copy any format from the conversion table above.
What colors go well with #006159?
The complementary color is HSL(355, 100%, 19%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 100%, 19%) in CSS?
As HSL: color: hsl(175, 100%, 19%); — As HEX: color: #006159; — As RGB: color: rgb(0, 97, 89); — Tailwind CSS: bg-[hsl(175,100%,19%)] — CSS variable: --color-primary: hsl(175, 100%, 19%);