Shades of Robin's Egg Blue #00CEC0
Tints of Robin's Egg Blue #00CEC0
RGB
CMYK
RGB Variations
Color information
#00CEC0 (or 0x00CEC0) is known color: Robin's Egg Blue. HEX triplet: 00, CE and C0. RGB value is (0,206,192). Sum of RGB (Red+Green+Blue) = 0+206+192=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEC0 is #FF313F. Grayscale: #8E8E8E. Windows color (decimal): -16724288 or 12635648. OLE color: 12635648.
HSL color Cylindrical-coordinate representation of color #00CEC0: hue angle of 175.92º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEC0 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 192 | - |
| CMYK | 1 | 0 | 0.07 | 0.19 |
| HSL | 175.92º | 1% | 0.4% | - |
| HSV(B) | 175.92º | 1% | 0.81% | - |
| XYZ | 31.59 | 47.95 | 57.46 | - |
| YUV | 142.81 | 155.75 | 26.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 192 | 1 | 0 | 0.07 | 0.19 | 175.92 | 1 | 0.4 |
| Hex | 0 | CE | C0 | 64 | 0 | 7 | 13 | B0 | 64 | 28 |
| Octal | 0 | 316 | 300 | 144 | 0 | 7 | 23 | 260 | 144 | 50 |
| Binary | 0 | 11001110 | 11000000 | 1100100 | 0 | 111 | 10011 | 10110000 | 1100100 | 101000 |
Color Harmonies of #00CEC0
Complementary color
Monochromatic Colors of #00CEC0
Black with #00CEC0
Text Example
Text Example
White with #00CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEC0; }
p { color: rgb(0,206,192); }
H1.HeaderClassName
{
color: #00CEC0;
}
.AnyTagClassName
{
color: #00CEC0;
}
</style>
background-color css
<style>
a { background-color: #00CEC0; }
a { background-color: rgb(0,206,192); }
div.DivClassName
{
background-color: #00CEC0;
}
.BgClassName
{
background-color: #00CEC0;
}
</style>
border-color css
<style>
span { border-color: #00CEC0; }
span { border-color: rgb(0,206,192); }
td.TdClassName
{
border-color: #00CEC0;
}
.TagClassName
{
border-color: #00CEC0;
}
</style>