Green blue to RGB — Color Code

#06b48b
Format Value
HEX #06b48b
RGB rgb(6, 180, 139)
HSL hsl(165.9, 93.5%, 36.5%)
CMYK cmyk(96.7%, 0%, 22.8%, 29.4%)
HSV hsv(165.9, 96.7%, 70.6%)

green blue color harmonies

Tints & shades of green blue

Tints (lighter)

#1dbb96 #33c2a0 #4ac8ab #61cfb5 #77d6c0 #8eddca #a4e4d5 #bbebdf #d2f1ea #e8f8f4

Shades (darker)

#05a47e #059372 #048365 #047358 #03624c #03523f #024133 #023126 #012119 #01100d

Contrast & accessibility

The quick brown fox

On white · 2.66:1 · Fail

The quick brown fox

On black · 7.91:1 · AAA

Recommended text color: #000000

Use green blue in code

CSS color: #06b48b;
SCSS $color: #06b48b;
Tailwind bg-[#06b48b]
Swift UIColor(red: 0.024, green: 0.706, blue: 0.545, alpha: 1)
Android Color.parseColor("#06b48b")
Flutter Color(0xFF06B48B)

Colors similar to green blue

Browse all Cyan colors →

What is the RGB code for green blue?

The CSS color green blue in RGB format is rgb(6, 180, 139). Use this value directly in CSS, SVG, and most design tools.

How do I use green blue in CSS?

To apply green blue in CSS:

  • Text color: color: rgb(6, 180, 139);
  • Background: background-color: rgb(6, 180, 139);
  • Border: border-color: rgb(6, 180, 139);

What are all the color format values for green blue?

FormatValue
HEX#06b48b
RGBrgb(6, 180, 139)
HSLhsl(165.9, 93.5%, 36.5%)
CMYKcmyk(96.7%, 0%, 22.8%, 29.4%)

How do I convert green blue to RGB?

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

What color family does green blue belong to?

green blue belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 165.9°, saturation 93.5%, lightness 36.5%.

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

Lighter variant (lightness 51.5%): #10f7c1. Darker variant (lightness 21.5%): #046a52. 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.