Shades of Robin's Egg Blue #1ED1BE
Tints of Robin's Egg Blue #1ED1BE
RGB
CMYK
RGB Variations
Color information
#1ED1BE (or 0x1ED1BE) is known color: Robin's Egg Blue. HEX triplet: 1E, D1 and BE. RGB value is (30,209,190). Sum of RGB (Red+Green+Blue) = 30+209+190=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED1BE is #E12E41. Grayscale: #999999. Windows color (decimal): -14757442 or 12505374. OLE color: 12505374.
HSL color Cylindrical-coordinate representation of color #1ED1BE: hue angle of 173.63º 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 #1ED1BE is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 190 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.18 |
| HSL | 173.63º | 0.75% | 0.47% | - |
| HSV(B) | 173.63º | 0.86% | 0.82% | - |
| XYZ | 32.63 | 49.59 | 56.57 | - |
| YUV | 153.31 | 148.7 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 190 | 0.86 | 0 | 0.09 | 0.18 | 173.63 | 0.75 | 0.47 |
| Hex | 1E | D1 | BE | 56 | 0 | 9 | 12 | AE | 4B | 2F |
| Octal | 36 | 321 | 276 | 126 | 0 | 11 | 22 | 256 | 113 | 57 |
| Binary | 11110 | 11010001 | 10111110 | 1010110 | 0 | 1001 | 10010 | 10101110 | 1001011 | 101111 |
Color Harmonies of #1ED1BE
Complementary color
Monochromatic Colors of #1ED1BE
Black with #1ED1BE
Text Example
Text Example
White with #1ED1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED1BE; }
p { color: rgb(30,209,190); }
H1.HeaderClassName
{
color: #1ED1BE;
}
.AnyTagClassName
{
color: #1ED1BE;
}
</style>
background-color css
<style>
a { background-color: #1ED1BE; }
a { background-color: rgb(30,209,190); }
div.DivClassName
{
background-color: #1ED1BE;
}
.BgClassName
{
background-color: #1ED1BE;
}
</style>
border-color css
<style>
span { border-color: #1ED1BE; }
span { border-color: rgb(30,209,190); }
td.TdClassName
{
border-color: #1ED1BE;
}
.TagClassName
{
border-color: #1ED1BE;
}
</style>