Bluegreen to HSL — Color Code

#017a79
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%)
HSV hsv(179.5, 99.2%, 47.8%)

bluegreen color harmonies

Tints & shades of bluegreen

Tints (lighter)

#188685 #2f9291 #469e9e #5daaaa #74b6b6 #8cc3c2 #a3cfce #badbda #d1e7e7 #e8f3f3

Shades (darker)

#016f6e #016463 #015958 #014e4d #014342 #003737 #002c2c #002121 #001616 #000b0b

Contrast & accessibility

The quick brown fox

On white · 5.17:1 · AA

The quick brown fox

On black · 4.06:1 · AA Large

Recommended text color: #ffffff

Use bluegreen in code

CSS color: #017a79;
SCSS $color: #017a79;
Tailwind bg-[#017a79]
Swift UIColor(red: 0.004, green: 0.478, blue: 0.475, alpha: 1)
Android Color.parseColor("#017a79")
Flutter Color(0xFF017A79)

Colors similar to bluegreen

Browse all Cyan colors →

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?

FormatValue
HEX#017a79
RGBrgb(1, 122, 121)
HSLhsl(179.5, 98.4%, 24.1%)
CMYKcmyk(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.