HSL(162, 100%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,100%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 100%, 19%) | color: hsl(162, 100%, 19%) | |
| HEX | #006144 | color: #006144 | |
| RGB | rgb(0, 97, 68) | color: rgb(0, 97, 68) | |
| CMYK | cmyk(100%, 0%, 30%, 62%) | — | |
| HSV | hsv(162, 100%, 38%) | — | |
| HWB | hwb(162 0% 62%) | color: hwb(162 0% 62%) | |
| OKLCH | oklch(0.4363 0.0924 164.48) | color: oklch(0.4363 0.0924 164.48) | |
| Lab | lab(35.92 -32.56 9.71) | color: lab(35.92 -32.56 9.71) | |
| LCH | lch(35.92 33.98 163.39) | color: lch(35.92 33.98 163.39) |
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)
#2A2B4B — rgb(42, 43, 75)
Deuteranopia (Green-blind)
#241D4D — rgb(36, 29, 77)
Tritanopia (Blue-blind)
#055152 — rgb(5, 81, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 100%, 19%);
text
color: hsl(162, 100%, 19%);
border
border: 2px solid hsl(162, 100%, 19%);
gradient light
background: linear-gradient(to right, hsl(162, 100%, 39%), hsl(162, 100%, 19%));
gradient dark
background: linear-gradient(to right, hsl(162, 100%, 19%), hsl(162, 100%, 0%))
hex
background-color: #006144;
tailwind
bg-[hsl(162,100%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 100%, 19%, 0.4);
css variable
--color-primary: hsl(162, 100%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 100%, 19%)?
HEX: #006144 | RGB: rgb(0, 97, 68) | CMYK: 100%, 0%, 30%, 62% | HSV: 162°, 100%, 38%. Copy any format from the conversion table above.
What colors go well with #006144?
The complementary color is HSL(342, 100%, 19%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 100%, 19%) in CSS?
As HSL: color: hsl(162, 100%, 19%); — As HEX: color: #006144; — As RGB: color: rgb(0, 97, 68); — Tailwind CSS: bg-[hsl(162,100%,19%)] — CSS variable: --color-primary: hsl(162, 100%, 19%);