Dull teal to RGB — Color Code

RGB

rgb(95, 158, 143)

Format Value
HEX #5f9e8f
RGB rgb(95, 158, 143)
HSL hsl(165.7, 24.9%, 49.6%)
CMYK cmyk(39.9%, 0%, 9.5%, 38%)

What is the RGB code for dull teal?

The CSS color dull teal in RGB format is rgb(95, 158, 143). Use this value directly in CSS, SVG, and most design tools.

How do I use dull teal in CSS?

To apply dull teal in CSS:

  • Text color: color: rgb(95, 158, 143);
  • Background: background-color: rgb(95, 158, 143);
  • Border: border-color: rgb(95, 158, 143);

What are all the color format values for dull teal?

FormatValue
HEX#5f9e8f
RGBrgb(95, 158, 143)
HSLhsl(165.7, 24.9%, 49.6%)
CMYKcmyk(39.9%, 0%, 9.5%, 38%)

How do I convert dull teal to RGB?

Select dull teal from the color name list in our color converter. The RGB value — rgb(95, 158, 143) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dull teal belong to?

dull teal belongs to the cyan color family. It is a medium, muted color with HSL values: hue 165.7°, saturation 24.9%, lightness 49.6%.

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

Lighter variant (lightness 64.6%): #8ebbb0. Darker variant (lightness 34.6%): #426e64. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.