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?
| 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%) |
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.