Shades of Robin's Egg Blue #04E0C0
Tints of Robin's Egg Blue #04E0C0
RGB
CMYK
RGB Variations
Color information
#04E0C0 (or 0x04E0C0) is known color: Robin's Egg Blue. HEX triplet: 04, E0 and C0. RGB value is (4,224,192). Sum of RGB (Red+Green+Blue) = 4+224+192=420 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0C0 is #FB1F3F. Grayscale: #9A9A9A. Windows color (decimal): -16457536 or 12640260. OLE color: 12640260.
HSL color Cylindrical-coordinate representation of color #04E0C0: hue angle of 171.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E0C0 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 192 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.12 |
| HSL | 171.27º | 0.96% | 0.45% | - |
| HSV(B) | 171.27º | 0.98% | 0.88% | - |
| XYZ | 36.22 | 57.14 | 58.99 | - |
| YUV | 154.57 | 149.11 | 20.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 192 | 0.98 | 0 | 0.14 | 0.12 | 171.27 | 0.96 | 0.45 |
| Hex | 4 | E0 | C0 | 62 | 0 | E | C | AB | 60 | 2D |
| Octal | 4 | 340 | 300 | 142 | 0 | 16 | 14 | 253 | 140 | 55 |
| Binary | 100 | 11100000 | 11000000 | 1100010 | 0 | 1110 | 1100 | 10101011 | 1100000 | 101101 |
Color Harmonies of #04E0C0
Complementary color
Monochromatic Colors of #04E0C0
Black with #04E0C0
Text Example
Text Example
White with #04E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E0C0; }
p { color: rgb(4,224,192); }
H1.HeaderClassName
{
color: #04E0C0;
}
.AnyTagClassName
{
color: #04E0C0;
}
</style>
background-color css
<style>
a { background-color: #04E0C0; }
a { background-color: rgb(4,224,192); }
div.DivClassName
{
background-color: #04E0C0;
}
.BgClassName
{
background-color: #04E0C0;
}
</style>
border-color css
<style>
span { border-color: #04E0C0; }
span { border-color: rgb(4,224,192); }
td.TdClassName
{
border-color: #04E0C0;
}
.TagClassName
{
border-color: #04E0C0;
}
</style>