Greenish blue to RGB — Color Code

#0b8b87
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%)
HSV hsv(178.1, 92.1%, 54.5%)

greenish blue color harmonies

Tints & shades of greenish blue

Tints (lighter)

#219692 #37a09d #4eaba8 #64b5b3 #7ac0be #90cac8 #a6d5d3 #bcdfde #d3eae9 #e9f4f4

Shades (darker)

#0a7e7b #09726e #086562 #075856 #064c4a #053f3d #043331 #032625 #021919 #010d0c

Contrast & accessibility

The quick brown fox

On white · 4.15:1 · AA Large

The quick brown fox

On black · 5.06:1 · AA

Recommended text color: #000000

Use greenish blue in code

CSS color: #0b8b87;
SCSS $color: #0b8b87;
Tailwind bg-[#0b8b87]
Swift UIColor(red: 0.043, green: 0.545, blue: 0.529, alpha: 1)
Android Color.parseColor("#0b8b87")
Flutter Color(0xFF0B8B87)

Colors similar to greenish blue

Browse all Cyan colors →

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.