Bluish green to RGB — Color Code

RGB

rgb(16, 166, 116)

Format Value
HEX #10a674
RGB rgb(16, 166, 116)
HSL hsl(160, 82.4%, 35.7%)
CMYK cmyk(90.4%, 0%, 30.1%, 34.9%)

What is the RGB code for bluish green?

The CSS color bluish green in RGB format is rgb(16, 166, 116). Use this value directly in CSS, SVG, and most design tools.

How do I use bluish green in CSS?

To apply bluish green in CSS:

  • Text color: color: rgb(16, 166, 116);
  • Background: background-color: rgb(16, 166, 116);
  • Border: border-color: rgb(16, 166, 116);

What are all the color format values for bluish green?

FormatValue
HEX#10a674
RGBrgb(16, 166, 116)
HSLhsl(160, 82.4%, 35.7%)
CMYKcmyk(90.4%, 0%, 30.1%, 34.9%)

How do I convert bluish green to RGB?

Select bluish green from the color name list in our color converter. The RGB value — rgb(16, 166, 116) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bluish green belong to?

bluish green belongs to the green color family. It is a medium, vivid color with HSL values: hue 160°, saturation 82.4%, lightness 35.7%.

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

Lighter variant (lightness 50.7%): #1ae9a4. Darker variant (lightness 20.700000000000003%): #096043. 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.