Shades of Robin's Egg Blue #1ED9BA
Tints of Robin's Egg Blue #1ED9BA
RGB
CMYK
RGB Variations
Color information
#1ED9BA (or 0x1ED9BA) is known color: Robin's Egg Blue. HEX triplet: 1E, D9 and BA. RGB value is (30,217,186). Sum of RGB (Red+Green+Blue) = 30+217+186=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9BA is #E12645. Grayscale: #9D9D9D. Windows color (decimal): -14755398 or 12245278. OLE color: 12245278.
HSL color Cylindrical-coordinate representation of color #1ED9BA: hue angle of 170.05º 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 #1ED9BA is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 186 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.15 |
| HSL | 170.05º | 0.76% | 0.48% | - |
| HSV(B) | 170.05º | 0.86% | 0.85% | - |
| XYZ | 34.21 | 53.45 | 54.97 | - |
| YUV | 157.55 | 144.05 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 186 | 0.86 | 0 | 0.14 | 0.15 | 170.05 | 0.76 | 0.48 |
| Hex | 1E | D9 | BA | 56 | 0 | E | F | AA | 4C | 30 |
| Octal | 36 | 331 | 272 | 126 | 0 | 16 | 17 | 252 | 114 | 60 |
| Binary | 11110 | 11011001 | 10111010 | 1010110 | 0 | 1110 | 1111 | 10101010 | 1001100 | 110000 |
Color Harmonies of #1ED9BA
Complementary color
Monochromatic Colors of #1ED9BA
Black with #1ED9BA
Text Example
Text Example
White with #1ED9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED9BA; }
p { color: rgb(30,217,186); }
H1.HeaderClassName
{
color: #1ED9BA;
}
.AnyTagClassName
{
color: #1ED9BA;
}
</style>
background-color css
<style>
a { background-color: #1ED9BA; }
a { background-color: rgb(30,217,186); }
div.DivClassName
{
background-color: #1ED9BA;
}
.BgClassName
{
background-color: #1ED9BA;
}
</style>
border-color css
<style>
span { border-color: #1ED9BA; }
span { border-color: rgb(30,217,186); }
td.TdClassName
{
border-color: #1ED9BA;
}
.TagClassName
{
border-color: #1ED9BA;
}
</style>