Shades of Robin's Egg Blue #04E5C0
Tints of Robin's Egg Blue #04E5C0
RGB
CMYK
RGB Variations
Color information
#04E5C0 (or 0x04E5C0) is known color: Robin's Egg Blue. HEX triplet: 04, E5 and C0. RGB value is (4,229,192). Sum of RGB (Red+Green+Blue) = 4+229+192=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #04E5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E5C0 is #FB1A3F. Grayscale: #9D9D9D. Windows color (decimal): -16456256 or 12641540. OLE color: 12641540.
HSL color Cylindrical-coordinate representation of color #04E5C0: hue angle of 170.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E5C0 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 192 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.10 |
| HSL | 170.13º | 0.97% | 0.46% | - |
| HSV(B) | 170.13º | 0.98% | 0.9% | - |
| XYZ | 37.58 | 59.87 | 59.44 | - |
| YUV | 157.51 | 147.46 | 18.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 192 | 0.98 | 0 | 0.16 | 0.10 | 170.13 | 0.97 | 0.46 |
| Hex | 4 | E5 | C0 | 62 | 0 | 10 | A | AA | 61 | 2E |
| Octal | 4 | 345 | 300 | 142 | 0 | 20 | 12 | 252 | 141 | 56 |
| Binary | 100 | 11100101 | 11000000 | 1100010 | 0 | 10000 | 1010 | 10101010 | 1100001 | 101110 |
Color Harmonies of #04E5C0
Complementary color
Monochromatic Colors of #04E5C0
Black with #04E5C0
Text Example
Text Example
White with #04E5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E5C0; }
p { color: rgb(4,229,192); }
H1.HeaderClassName
{
color: #04E5C0;
}
.AnyTagClassName
{
color: #04E5C0;
}
</style>
background-color css
<style>
a { background-color: #04E5C0; }
a { background-color: rgb(4,229,192); }
div.DivClassName
{
background-color: #04E5C0;
}
.BgClassName
{
background-color: #04E5C0;
}
</style>
border-color css
<style>
span { border-color: #04E5C0; }
span { border-color: rgb(4,229,192); }
td.TdClassName
{
border-color: #04E5C0;
}
.TagClassName
{
border-color: #04E5C0;
}
</style>