HSL(155, 80%, 35%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(155,80%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 80%, 35%) | color: hsl(155, 80%, 35%) | |
| HEX | #12A165 | color: #12A165 | |
| RGB | rgb(18, 161, 101) | color: rgb(18, 161, 101) | |
| CMYK | cmyk(89%, 0%, 37%, 37%) | — | |
| HSV | hsv(155, 89%, 63%) | — | |
| HWB | hwb(155 7% 37%) | color: hwb(155 7% 37%) | |
| OKLCH | oklch(0.626 0.1433 157.72) | color: oklch(0.626 0.1433 157.72) | |
| Lab | lab(58.56 -49.15 21.65) | color: lab(58.56 -49.15 21.65) | |
| LCH | lch(58.56 53.71 156.23) | color: lch(58.56 53.71 156.23) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#505174 — rgb(80, 81, 116)
Deuteranopia (Green-blind)
#483D77 — rgb(72, 61, 119)
Tritanopia (Blue-blind)
#197F82 — rgb(25, 127, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 80%, 35%);
text
color: hsl(155, 80%, 35%);
border
border: 2px solid hsl(155, 80%, 35%);
gradient light
background: linear-gradient(to right, hsl(155, 80%, 55%), hsl(155, 80%, 35%));
gradient dark
background: linear-gradient(to right, hsl(155, 80%, 35%), hsl(155, 80%, 15%))
hex
background-color: #12A165;
tailwind
bg-[hsl(155,80%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 80%, 35%, 0.4);
css variable
--color-primary: hsl(155, 80%, 35%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 80%, 35%)?
HEX: #12A165 | RGB: rgb(18, 161, 101) | CMYK: 89%, 0%, 37%, 37% | HSV: 155°, 89%, 63%. Copy any format from the conversion table above.
What colors go well with #12A165?
The complementary color is HSL(335, 80%, 35%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 80%, 35%) in CSS?
As HSL: color: hsl(155, 80%, 35%); — As HEX: color: #12A165; — As RGB: color: rgb(18, 161, 101); — Tailwind CSS: bg-[hsl(155,80%,35%)] — CSS variable: --color-primary: hsl(155, 80%, 35%);