Shades of Robin's Egg Blue #03E0C0
Tints of Robin's Egg Blue #03E0C0
RGB
CMYK
RGB Variations
Color information
#03E0C0 (or 0x03E0C0) is known color: Robin's Egg Blue. HEX triplet: 03, E0 and C0. RGB value is (3,224,192). Sum of RGB (Red+Green+Blue) = 3+224+192=419 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #03E0C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03E0C0 is #FC1F3F. Grayscale: #9A9A9A. Windows color (decimal): -16523072 or 12640259. OLE color: 12640259.
HSL color Cylindrical-coordinate representation of color #03E0C0: hue angle of 171.31º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E0C0 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 224 | 192 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.12 |
| HSL | 171.31º | 0.97% | 0.45% | - |
| HSV(B) | 171.31º | 0.99% | 0.88% | - |
| XYZ | 36.21 | 57.14 | 58.99 | - |
| YUV | 154.27 | 149.28 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 192 | 0.99 | 0 | 0.14 | 0.12 | 171.31 | 0.97 | 0.45 |
| Hex | 3 | E0 | C0 | 63 | 0 | E | C | AB | 61 | 2D |
| Octal | 3 | 340 | 300 | 143 | 0 | 16 | 14 | 253 | 141 | 55 |
| Binary | 11 | 11100000 | 11000000 | 1100011 | 0 | 1110 | 1100 | 10101011 | 1100001 | 101101 |
Color Harmonies of #03E0C0
Complementary color
Monochromatic Colors of #03E0C0
Black with #03E0C0
Text Example
Text Example
White with #03E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E0C0; }
p { color: rgb(3,224,192); }
H1.HeaderClassName
{
color: #03E0C0;
}
.AnyTagClassName
{
color: #03E0C0;
}
</style>
background-color css
<style>
a { background-color: #03E0C0; }
a { background-color: rgb(3,224,192); }
div.DivClassName
{
background-color: #03E0C0;
}
.BgClassName
{
background-color: #03E0C0;
}
</style>
border-color css
<style>
span { border-color: #03E0C0; }
span { border-color: rgb(3,224,192); }
td.TdClassName
{
border-color: #03E0C0;
}
.TagClassName
{
border-color: #03E0C0;
}
</style>