What is the HSL code for bluegreen?
The CSS color bluegreen in HSL format is hsl(179.5, 98.4%, 24.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use bluegreen in CSS?
To apply bluegreen in CSS:
- Text color: color: hsl(179.5, 98.4%, 24.1%);
- Background: background-color: hsl(179.5, 98.4%, 24.1%);
- Border: border-color: hsl(179.5, 98.4%, 24.1%);
What are all the color format values for bluegreen?
| Format | Value |
|---|---|
| HEX | #017a79 |
| RGB | rgb(1, 122, 121) |
| HSL | hsl(179.5, 98.4%, 24.1%) |
| CMYK | cmyk(99.2%, 0%, 0.8%, 52.2%) |
How do I convert bluegreen to HSL?
Select bluegreen from the color name list in our color converter. The HSL value — hsl(179.5, 98.4%, 24.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluegreen belong to?
bluegreen belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 179.5°, saturation 98.4%, lightness 24.1%.
How do I create lighter and darker shades of bluegreen?
Lighter variant (lightness 39.1%): #02c6c4. Darker variant (lightness 9.100000000000001%): #002e2e. 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.