What is the HSL code for bluish green?
The CSS color bluish green in HSL format is hsl(160, 82.4%, 35.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use bluish green in CSS?
To apply bluish green in CSS:
- Text color: color: hsl(160, 82.4%, 35.7%);
- Background: background-color: hsl(160, 82.4%, 35.7%);
- Border: border-color: hsl(160, 82.4%, 35.7%);
What are all the color format values for bluish green?
| Format | Value |
|---|---|
| HEX | #10a674 |
| RGB | rgb(16, 166, 116) |
| HSL | hsl(160, 82.4%, 35.7%) |
| CMYK | cmyk(90.4%, 0%, 30.1%, 34.9%) |
How do I convert bluish green to HSL?
Select bluish green from the color name list in our color converter. The HSL value — hsl(160, 82.4%, 35.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluish green belong to?
bluish green belongs to the green color family. It is a medium, vivid color with HSL values: hue 160°, saturation 82.4%, lightness 35.7%.
How do I create lighter and darker shades of bluish green?
Lighter variant (lightness 50.7%): #1ae9a4. Darker variant (lightness 20.700000000000003%): #096043. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.