Shades of Robin's Egg Blue #01E0BE
Tints of Robin's Egg Blue #01E0BE
RGB
CMYK
RGB Variations
Color information
#01E0BE (or 0x01E0BE) is known color: Robin's Egg Blue. HEX triplet: 01, E0 and BE. RGB value is (1,224,190). Sum of RGB (Red+Green+Blue) = 1+224+190=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01E0BE is #FE1F41. Grayscale: #999999. Windows color (decimal): -16654146 or 12509185. OLE color: 12509185.
HSL color Cylindrical-coordinate representation of color #01E0BE: hue angle of 170.85º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E0BE is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 190 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.12 |
| HSL | 170.85º | 0.99% | 0.44% | - |
| HSV(B) | 170.85º | 1% | 0.88% | - |
| XYZ | 35.96 | 57.04 | 57.83 | - |
| YUV | 153.45 | 148.62 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 190 | 1.00 | 0 | 0.15 | 0.12 | 170.85 | 0.99 | 0.44 |
| Hex | 1 | E0 | BE | 64 | 0 | F | C | AB | 63 | 2C |
| Octal | 1 | 340 | 276 | 144 | 0 | 17 | 14 | 253 | 143 | 54 |
| Binary | 1 | 11100000 | 10111110 | 1100100 | 0 | 1111 | 1100 | 10101011 | 1100011 | 101100 |
Color Harmonies of #01E0BE
Complementary color
Monochromatic Colors of #01E0BE
Black with #01E0BE
Text Example
Text Example
White with #01E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E0BE; }
p { color: rgb(1,224,190); }
H1.HeaderClassName
{
color: #01E0BE;
}
.AnyTagClassName
{
color: #01E0BE;
}
</style>
background-color css
<style>
a { background-color: #01E0BE; }
a { background-color: rgb(1,224,190); }
div.DivClassName
{
background-color: #01E0BE;
}
.BgClassName
{
background-color: #01E0BE;
}
</style>
border-color css
<style>
span { border-color: #01E0BE; }
span { border-color: rgb(1,224,190); }
td.TdClassName
{
border-color: #01E0BE;
}
.TagClassName
{
border-color: #01E0BE;
}
</style>