Greenish blue to RGB — Color Code

RGB

rgb(11, 139, 135)

Format Value
HEX #0b8b87
RGB rgb(11, 139, 135)
HSL hsl(178.1, 85.3%, 29.4%)
CMYK cmyk(92.1%, 0%, 2.9%, 45.5%)

What is the RGB code for greenish blue?

The CSS color greenish blue in RGB format is rgb(11, 139, 135). Use this value directly in CSS, SVG, and most design tools.

How do I use greenish blue in CSS?

To apply greenish blue in CSS:

  • Text color: color: rgb(11, 139, 135);
  • Background: background-color: rgb(11, 139, 135);
  • Border: border-color: rgb(11, 139, 135);

What are all the color format values for greenish blue?

FormatValue
HEX#0b8b87
RGBrgb(11, 139, 135)
HSLhsl(178.1, 85.3%, 29.4%)
CMYKcmyk(92.1%, 0%, 2.9%, 45.5%)

How do I convert greenish blue to RGB?

Select greenish blue from the color name list in our color converter. The RGB value — rgb(11, 139, 135) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does greenish blue belong to?

greenish blue belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 178.1°, saturation 85.3%, lightness 29.4%.

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

Lighter variant (lightness 44.4%): #11d2cc. Darker variant (lightness 14.399999999999999%): #054442. 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.