Blue green to RGB — Color Code

#137e6d
Format Value
HEX #137e6d
RGB rgb(19, 126, 109)
HSL hsl(170.5, 73.8%, 28.4%)
CMYK cmyk(84.9%, 0%, 13.5%, 50.6%)
HSV hsv(170.5, 84.9%, 49.4%)

blue green color harmonies

Tints & shades of blue green

Tints (lighter)

#288a7a #3e9588 #53a195 #69ada2 #7eb9af #94c4bd #a9d0ca #bfdcd7 #d4e8e4 #eaf3f2

Shades (darker)

#117363 #106759 #0e5c4f #0c5045 #0a453b #093932 #072e28 #05221e #031714 #020b0a

Contrast & accessibility

The quick brown fox

On white · 4.96:1 · AA

The quick brown fox

On black · 4.23:1 · AA Large

Recommended text color: #ffffff

Use blue green in code

CSS color: #137e6d;
SCSS $color: #137e6d;
Tailwind bg-[#137e6d]
Swift UIColor(red: 0.075, green: 0.494, blue: 0.427, alpha: 1)
Android Color.parseColor("#137e6d")
Flutter Color(0xFF137E6D)

Colors similar to blue green

Browse all Cyan colors →

What is the RGB code for blue green?

The CSS color blue green in RGB format is rgb(19, 126, 109). Use this value directly in CSS, SVG, and most design tools.

How do I use blue green in CSS?

To apply blue green in CSS:

  • Text color: color: rgb(19, 126, 109);
  • Background: background-color: rgb(19, 126, 109);
  • Border: border-color: rgb(19, 126, 109);

What are all the color format values for blue green?

FormatValue
HEX#137e6d
RGBrgb(19, 126, 109)
HSLhsl(170.5, 73.8%, 28.4%)
CMYKcmyk(84.9%, 0%, 13.5%, 50.6%)

How do I convert blue green to RGB?

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

What color family does blue green belong to?

blue green belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 170.5°, saturation 73.8%, lightness 28.4%.

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

Lighter variant (lightness 43.4%): #1dc0a6. Darker variant (lightness 13.399999999999999%): #093b33. 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.