Shades of Robin's Egg Blue #1ED2BD
Tints of Robin's Egg Blue #1ED2BD
RGB
CMYK
RGB Variations
Color information
#1ED2BD (or 0x1ED2BD) is known color: Robin's Egg Blue. HEX triplet: 1E, D2 and BD. RGB value is (30,210,189). Sum of RGB (Red+Green+Blue) = 30+210+189=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED2BD is #E12D42. Grayscale: #999999. Windows color (decimal): -14757187 or 12440094. OLE color: 12440094.
HSL color Cylindrical-coordinate representation of color #1ED2BD: hue angle of 173º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED2BD is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 189 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.18 |
| HSL | 173º | 0.75% | 0.47% | - |
| HSV(B) | 173º | 0.86% | 0.82% | - |
| XYZ | 32.77 | 50.04 | 56.08 | - |
| YUV | 153.79 | 147.87 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 189 | 0.86 | 0 | 0.10 | 0.18 | 173 | 0.75 | 0.47 |
| Hex | 1E | D2 | BD | 56 | 0 | A | 12 | AD | 4B | 2F |
| Octal | 36 | 322 | 275 | 126 | 0 | 12 | 22 | 255 | 113 | 57 |
| Binary | 11110 | 11010010 | 10111101 | 1010110 | 0 | 1010 | 10010 | 10101101 | 1001011 | 101111 |
Color Harmonies of #1ED2BD
Complementary color
Monochromatic Colors of #1ED2BD
Black with #1ED2BD
Text Example
Text Example
White with #1ED2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED2BD; }
p { color: rgb(30,210,189); }
H1.HeaderClassName
{
color: #1ED2BD;
}
.AnyTagClassName
{
color: #1ED2BD;
}
</style>
background-color css
<style>
a { background-color: #1ED2BD; }
a { background-color: rgb(30,210,189); }
div.DivClassName
{
background-color: #1ED2BD;
}
.BgClassName
{
background-color: #1ED2BD;
}
</style>
border-color css
<style>
span { border-color: #1ED2BD; }
span { border-color: rgb(30,210,189); }
td.TdClassName
{
border-color: #1ED2BD;
}
.TagClassName
{
border-color: #1ED2BD;
}
</style>