Shades of Robin's Egg Blue #00E5C0
Tints of Robin's Egg Blue #00E5C0
RGB
CMYK
RGB Variations
Color information
#00E5C0 (or 0x00E5C0) is known color: Robin's Egg Blue. HEX triplet: 00, E5 and C0. RGB value is (0,229,192). Sum of RGB (Red+Green+Blue) = 0+229+192=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #00E5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E5C0 is #FF1A3F. Grayscale: #9C9C9C. Windows color (decimal): -16718400 or 12641536. OLE color: 12641536.
HSL color Cylindrical-coordinate representation of color #00E5C0: hue angle of 170.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E5C0 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 192 | - |
| CMYK | 1 | 0 | 0.16 | 0.10 |
| HSL | 170.31º | 1% | 0.45% | - |
| HSV(B) | 170.31º | 1% | 0.9% | - |
| XYZ | 37.53 | 59.84 | 59.44 | - |
| YUV | 156.31 | 148.13 | 16.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 192 | 1 | 0 | 0.16 | 0.10 | 170.31 | 1 | 0.45 |
| Hex | 0 | E5 | C0 | 64 | 0 | 10 | A | AA | 64 | 2D |
| Octal | 0 | 345 | 300 | 144 | 0 | 20 | 12 | 252 | 144 | 55 |
| Binary | 0 | 11100101 | 11000000 | 1100100 | 0 | 10000 | 1010 | 10101010 | 1100100 | 101101 |
Color Harmonies of #00E5C0
Complementary color
Monochromatic Colors of #00E5C0
Black with #00E5C0
Text Example
Text Example
White with #00E5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E5C0; }
p { color: rgb(0,229,192); }
H1.HeaderClassName
{
color: #00E5C0;
}
.AnyTagClassName
{
color: #00E5C0;
}
</style>
background-color css
<style>
a { background-color: #00E5C0; }
a { background-color: rgb(0,229,192); }
div.DivClassName
{
background-color: #00E5C0;
}
.BgClassName
{
background-color: #00E5C0;
}
</style>
border-color css
<style>
span { border-color: #00E5C0; }
span { border-color: rgb(0,229,192); }
td.TdClassName
{
border-color: #00E5C0;
}
.TagClassName
{
border-color: #00E5C0;
}
</style>