Shades of Robin's Egg Blue #1ED9BB
Tints of Robin's Egg Blue #1ED9BB
RGB
CMYK
RGB Variations
Color information
#1ED9BB (or 0x1ED9BB) is known color: Robin's Egg Blue. HEX triplet: 1E, D9 and BB. RGB value is (30,217,187). Sum of RGB (Red+Green+Blue) = 30+217+187=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED9BB is #E12644. Grayscale: #9D9D9D. Windows color (decimal): -14755397 or 12310814. OLE color: 12310814.
HSL color Cylindrical-coordinate representation of color #1ED9BB: hue angle of 170.37º 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 #1ED9BB is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 187 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.15 |
| HSL | 170.37º | 0.76% | 0.48% | - |
| HSV(B) | 170.37º | 0.86% | 0.85% | - |
| XYZ | 34.32 | 53.49 | 55.53 | - |
| YUV | 157.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 187 | 0.86 | 0 | 0.14 | 0.15 | 170.37 | 0.76 | 0.48 |
| Hex | 1E | D9 | BB | 56 | 0 | E | F | AA | 4C | 30 |
| Octal | 36 | 331 | 273 | 126 | 0 | 16 | 17 | 252 | 114 | 60 |
| Binary | 11110 | 11011001 | 10111011 | 1010110 | 0 | 1110 | 1111 | 10101010 | 1001100 | 110000 |
Color Harmonies of #1ED9BB
Complementary color
Monochromatic Colors of #1ED9BB
Black with #1ED9BB
Text Example
Text Example
White with #1ED9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED9BB; }
p { color: rgb(30,217,187); }
H1.HeaderClassName
{
color: #1ED9BB;
}
.AnyTagClassName
{
color: #1ED9BB;
}
</style>
background-color css
<style>
a { background-color: #1ED9BB; }
a { background-color: rgb(30,217,187); }
div.DivClassName
{
background-color: #1ED9BB;
}
.BgClassName
{
background-color: #1ED9BB;
}
</style>
border-color css
<style>
span { border-color: #1ED9BB; }
span { border-color: rgb(30,217,187); }
td.TdClassName
{
border-color: #1ED9BB;
}
.TagClassName
{
border-color: #1ED9BB;
}
</style>