Shades of Robin's Egg Blue #04E0C1
Tints of Robin's Egg Blue #04E0C1
RGB
CMYK
RGB Variations
Color information
#04E0C1 (or 0x04E0C1) is known color: Robin's Egg Blue. HEX triplet: 04, E0 and C1. RGB value is (4,224,193). Sum of RGB (Red+Green+Blue) = 4+224+193=421 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #04E0C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E0C1 is #FB1F3E. Grayscale: #9A9A9A. Windows color (decimal): -16457535 or 12705796. OLE color: 12705796.
HSL color Cylindrical-coordinate representation of color #04E0C1: hue angle of 171.55º 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 #04E0C1 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 193 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.12 |
| HSL | 171.55º | 0.96% | 0.45% | - |
| HSV(B) | 171.55º | 0.98% | 0.88% | - |
| XYZ | 36.33 | 57.19 | 59.58 | - |
| YUV | 154.69 | 149.61 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 193 | 0.98 | 0 | 0.14 | 0.12 | 171.55 | 0.96 | 0.45 |
| Hex | 4 | E0 | C1 | 62 | 0 | E | C | AC | 60 | 2D |
| Octal | 4 | 340 | 301 | 142 | 0 | 16 | 14 | 254 | 140 | 55 |
| Binary | 100 | 11100000 | 11000001 | 1100010 | 0 | 1110 | 1100 | 10101100 | 1100000 | 101101 |
Color Harmonies of #04E0C1
Complementary color
Monochromatic Colors of #04E0C1
Black with #04E0C1
Text Example
Text Example
White with #04E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E0C1; }
p { color: rgb(4,224,193); }
H1.HeaderClassName
{
color: #04E0C1;
}
.AnyTagClassName
{
color: #04E0C1;
}
</style>
background-color css
<style>
a { background-color: #04E0C1; }
a { background-color: rgb(4,224,193); }
div.DivClassName
{
background-color: #04E0C1;
}
.BgClassName
{
background-color: #04E0C1;
}
</style>
border-color css
<style>
span { border-color: #04E0C1; }
span { border-color: rgb(4,224,193); }
td.TdClassName
{
border-color: #04E0C1;
}
.TagClassName
{
border-color: #04E0C1;
}
</style>