Blue green to HSL — Color Code

HSL

hsl(170.5, 73.8%, 28.4%)

Format Value
HEX #137e6d
RGB rgb(19, 126, 109)
HSL hsl(170.5, 73.8%, 28.4%)
CMYK cmyk(84.9%, 0%, 13.5%, 50.6%)

What is the HSL code for blue green?

The CSS color blue green in HSL format is hsl(170.5, 73.8%, 28.4%). Use this value directly in CSS, SVG, and most design tools.

How do I use blue green in CSS?

To apply blue green in CSS:

  • Text color: color: hsl(170.5, 73.8%, 28.4%);
  • Background: background-color: hsl(170.5, 73.8%, 28.4%);
  • Border: border-color: hsl(170.5, 73.8%, 28.4%);

What are all the color format values for blue green?

FormatValue
HEX#137e6d
RGBrgb(19, 126, 109)
HSLhsl(170.5, 73.8%, 28.4%)
CMYKcmyk(84.9%, 0%, 13.5%, 50.6%)

How do I convert blue green to HSL?

Select blue green from the color name list in our color converter. The HSL value — hsl(170.5, 73.8%, 28.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does blue green belong to?

blue green belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 170.5°, saturation 73.8%, lightness 28.4%.

How do I create lighter and darker shades of blue green?

Lighter variant (lightness 43.4%): #1dc0a6. Darker variant (lightness 13.399999999999999%): #093b33. 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.