Shades of Robin's Egg Blue #0CCBC0
Tints of Robin's Egg Blue #0CCBC0
RGB
CMYK
RGB Variations
Color information
#0CCBC0 (or 0x0CCBC0) is known color: Robin's Egg Blue. HEX triplet: 0C, CB and C0. RGB value is (12,203,192). Sum of RGB (Red+Green+Blue) = 12+203+192=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBC0 is #F3343F. Grayscale: #909090. Windows color (decimal): -15938624 or 12634892. OLE color: 12634892.
HSL color Cylindrical-coordinate representation of color #0CCBC0: hue angle of 176.54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBC0 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 192 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.20 |
| HSL | 176.54º | 0.89% | 0.42% | - |
| HSV(B) | 176.54º | 0.94% | 0.8% | - |
| XYZ | 31.02 | 46.6 | 57.23 | - |
| YUV | 144.64 | 154.72 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 192 | 0.94 | 0 | 0.05 | 0.20 | 176.54 | 0.89 | 0.42 |
| Hex | C | CB | C0 | 5E | 0 | 5 | 14 | B1 | 59 | 2A |
| Octal | 14 | 313 | 300 | 136 | 0 | 5 | 24 | 261 | 131 | 52 |
| Binary | 1100 | 11001011 | 11000000 | 1011110 | 0 | 101 | 10100 | 10110001 | 1011001 | 101010 |
Color Harmonies of #0CCBC0
Complementary color
Monochromatic Colors of #0CCBC0
Black with #0CCBC0
Text Example
Text Example
White with #0CCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBC0; }
p { color: rgb(12,203,192); }
H1.HeaderClassName
{
color: #0CCBC0;
}
.AnyTagClassName
{
color: #0CCBC0;
}
</style>
background-color css
<style>
a { background-color: #0CCBC0; }
a { background-color: rgb(12,203,192); }
div.DivClassName
{
background-color: #0CCBC0;
}
.BgClassName
{
background-color: #0CCBC0;
}
</style>
border-color css
<style>
span { border-color: #0CCBC0; }
span { border-color: rgb(12,203,192); }
td.TdClassName
{
border-color: #0CCBC0;
}
.TagClassName
{
border-color: #0CCBC0;
}
</style>