Grey teal to HSL — Color Code

#5e9b8a
Format Value
HEX #5e9b8a
RGB rgb(94, 155, 138)
HSL hsl(163.3, 24.5%, 48.8%)
CMYK cmyk(39.4%, 0%, 11%, 39.2%)
HSV hsv(163.3, 39.4%, 60.8%)

grey teal color harmonies

Tints & shades of grey teal

Tints (lighter)

#6da495 #7bad9f #8ab6aa #99bfb5 #a7c8bf #b6d2ca #c4dbd4 #d3e4df #e2edea #f0f6f4

Shades (darker)

#558d7d #4d7f71 #447164 #3c6358 #33554b #2b463f #223832 #1a2a26 #111c19 #090e0d

Contrast & accessibility

The quick brown fox

On white · 3.22:1 · AA Large

The quick brown fox

On black · 6.53:1 · AA

Recommended text color: #000000

Use grey teal in code

CSS color: #5e9b8a;
SCSS $color: #5e9b8a;
Tailwind bg-[#5e9b8a]
Swift UIColor(red: 0.369, green: 0.608, blue: 0.541, alpha: 1)
Android Color.parseColor("#5e9b8a")
Flutter Color(0xFF5E9B8A)

Colors similar to grey teal

Browse all Green colors →

What is the HSL code for grey teal?

The CSS color grey teal in HSL format is hsl(163.3, 24.5%, 48.8%). Use this value directly in CSS, SVG, and most design tools.

How do I use grey teal in CSS?

To apply grey teal in CSS:

  • Text color: color: hsl(163.3, 24.5%, 48.8%);
  • Background: background-color: hsl(163.3, 24.5%, 48.8%);
  • Border: border-color: hsl(163.3, 24.5%, 48.8%);

What are all the color format values for grey teal?

FormatValue
HEX#5e9b8a
RGBrgb(94, 155, 138)
HSLhsl(163.3, 24.5%, 48.8%)
CMYKcmyk(39.4%, 0%, 11%, 39.2%)

How do I convert grey teal to HSL?

Select grey teal from the color name list in our color converter. The HSL value — hsl(163.3, 24.5%, 48.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does grey teal belong to?

grey teal belongs to the green color family. It is a medium, muted color with HSL values: hue 163.3°, saturation 24.5%, lightness 48.8%.

How do I create lighter and darker shades of grey teal?

Lighter variant (lightness 63.8%): #8cb9ad. Darker variant (lightness 33.8%): #416b60. 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.