Shades of Robin's Egg Blue #02CEC0
Tints of Robin's Egg Blue #02CEC0
RGB
CMYK
RGB Variations
Color information
#02CEC0 (or 0x02CEC0) is known color: Robin's Egg Blue. HEX triplet: 02, CE and C0. RGB value is (2,206,192). Sum of RGB (Red+Green+Blue) = 2+206+192=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CEC0 is #FD313F. Grayscale: #8F8F8F. Windows color (decimal): -16593216 or 12635650. OLE color: 12635650.
HSL color Cylindrical-coordinate representation of color #02CEC0: hue angle of 175.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEC0 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 192 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.19 |
| HSL | 175.88º | 0.98% | 0.41% | - |
| HSV(B) | 175.88º | 0.99% | 0.81% | - |
| XYZ | 31.61 | 47.96 | 57.46 | - |
| YUV | 143.41 | 155.41 | 27.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 192 | 0.99 | 0 | 0.07 | 0.19 | 175.88 | 0.98 | 0.41 |
| Hex | 2 | CE | C0 | 63 | 0 | 7 | 13 | B0 | 62 | 29 |
| Octal | 2 | 316 | 300 | 143 | 0 | 7 | 23 | 260 | 142 | 51 |
| Binary | 10 | 11001110 | 11000000 | 1100011 | 0 | 111 | 10011 | 10110000 | 1100010 | 101001 |
Color Harmonies of #02CEC0
Complementary color
Monochromatic Colors of #02CEC0
Black with #02CEC0
Text Example
Text Example
White with #02CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEC0; }
p { color: rgb(2,206,192); }
H1.HeaderClassName
{
color: #02CEC0;
}
.AnyTagClassName
{
color: #02CEC0;
}
</style>
background-color css
<style>
a { background-color: #02CEC0; }
a { background-color: rgb(2,206,192); }
div.DivClassName
{
background-color: #02CEC0;
}
.BgClassName
{
background-color: #02CEC0;
}
</style>
border-color css
<style>
span { border-color: #02CEC0; }
span { border-color: rgb(2,206,192); }
td.TdClassName
{
border-color: #02CEC0;
}
.TagClassName
{
border-color: #02CEC0;
}
</style>