Shades of Robin's Egg Blue #1ED9BE
Tints of Robin's Egg Blue #1ED9BE
RGB
CMYK
RGB Variations
Color information
#1ED9BE (or 0x1ED9BE) is known color: Robin's Egg Blue. HEX triplet: 1E, D9 and BE. RGB value is (30,217,190). Sum of RGB (Red+Green+Blue) = 30+217+190=437 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.86% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9BE is #E12641. Grayscale: #9D9D9D. Windows color (decimal): -14755394 or 12507422. OLE color: 12507422.
HSL color Cylindrical-coordinate representation of color #1ED9BE: hue angle of 171.34º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED9BE is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 190 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.15 |
| HSL | 171.34º | 0.76% | 0.48% | - |
| HSV(B) | 171.34º | 0.86% | 0.85% | - |
| XYZ | 34.64 | 53.62 | 57.24 | - |
| YUV | 158.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 190 | 0.86 | 0 | 0.12 | 0.15 | 171.34 | 0.76 | 0.48 |
| Hex | 1E | D9 | BE | 56 | 0 | C | F | AB | 4C | 30 |
| Octal | 36 | 331 | 276 | 126 | 0 | 14 | 17 | 253 | 114 | 60 |
| Binary | 11110 | 11011001 | 10111110 | 1010110 | 0 | 1100 | 1111 | 10101011 | 1001100 | 110000 |
Color Harmonies of #1ED9BE
Complementary color
Monochromatic Colors of #1ED9BE
Black with #1ED9BE
Text Example
Text Example
White with #1ED9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED9BE; }
p { color: rgb(30,217,190); }
H1.HeaderClassName
{
color: #1ED9BE;
}
.AnyTagClassName
{
color: #1ED9BE;
}
</style>
background-color css
<style>
a { background-color: #1ED9BE; }
a { background-color: rgb(30,217,190); }
div.DivClassName
{
background-color: #1ED9BE;
}
.BgClassName
{
background-color: #1ED9BE;
}
</style>
border-color css
<style>
span { border-color: #1ED9BE; }
span { border-color: rgb(30,217,190); }
td.TdClassName
{
border-color: #1ED9BE;
}
.TagClassName
{
border-color: #1ED9BE;
}
</style>