Greeny blue to RGB — Color Code

RGB

rgb(66, 179, 149)

Format Value
HEX #42b395
RGB rgb(66, 179, 149)
HSL hsl(164.1, 46.1%, 48%)
CMYK cmyk(63.1%, 0%, 16.8%, 29.8%)

What is the RGB code for greeny blue?

The CSS color greeny blue in RGB format is rgb(66, 179, 149). Use this value directly in CSS, SVG, and most design tools.

How do I use greeny blue in CSS?

To apply greeny blue in CSS:

  • Text color: color: rgb(66, 179, 149);
  • Background: background-color: rgb(66, 179, 149);
  • Border: border-color: rgb(66, 179, 149);

What are all the color format values for greeny blue?

FormatValue
HEX#42b395
RGBrgb(66, 179, 149)
HSLhsl(164.1, 46.1%, 48%)
CMYKcmyk(63.1%, 0%, 16.8%, 29.8%)

How do I convert greeny blue to RGB?

Select greeny blue from the color name list in our color converter. The RGB value — rgb(66, 179, 149) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does greeny blue belong to?

greeny blue belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 164.1°, saturation 46.1%, lightness 48%.

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

Lighter variant (lightness 63%): #75ccb5. Darker variant (lightness 33%): #2d7b66. 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.