Shades of Robin's Egg Blue #1EDABB
Tints of Robin's Egg Blue #1EDABB
RGB
CMYK
RGB Variations
Color information
#1EDABB (or 0x1EDABB) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and BB. RGB value is (30,218,187). Sum of RGB (Red+Green+Blue) = 30+218+187=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDABB is #E12544. Grayscale: #9E9E9E. Windows color (decimal): -14755141 or 12311070. OLE color: 12311070.
HSL color Cylindrical-coordinate representation of color #1EDABB: hue angle of 170.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDABB is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 187 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.15 |
| HSL | 170.11º | 0.76% | 0.49% | - |
| HSV(B) | 170.11º | 0.86% | 0.85% | - |
| XYZ | 34.58 | 54.01 | 55.62 | - |
| YUV | 158.25 | 144.22 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 187 | 0.86 | 0 | 0.14 | 0.15 | 170.11 | 0.76 | 0.49 |
| Hex | 1E | DA | BB | 56 | 0 | E | F | AA | 4C | 31 |
| Octal | 36 | 332 | 273 | 126 | 0 | 16 | 17 | 252 | 114 | 61 |
| Binary | 11110 | 11011010 | 10111011 | 1010110 | 0 | 1110 | 1111 | 10101010 | 1001100 | 110001 |
Color Harmonies of #1EDABB
Complementary color
Monochromatic Colors of #1EDABB
Black with #1EDABB
Text Example
Text Example
White with #1EDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDABB; }
p { color: rgb(30,218,187); }
H1.HeaderClassName
{
color: #1EDABB;
}
.AnyTagClassName
{
color: #1EDABB;
}
</style>
background-color css
<style>
a { background-color: #1EDABB; }
a { background-color: rgb(30,218,187); }
div.DivClassName
{
background-color: #1EDABB;
}
.BgClassName
{
background-color: #1EDABB;
}
</style>
border-color css
<style>
span { border-color: #1EDABB; }
span { border-color: rgb(30,218,187); }
td.TdClassName
{
border-color: #1EDABB;
}
.TagClassName
{
border-color: #1EDABB;
}
</style>