Shades of Robin's Egg Blue #0CCCCC
Tints of Robin's Egg Blue #0CCCCC
RGB
CMYK
RGB Variations
Color information
#0CCCCC (or 0x0CCCCC) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and CC. RGB value is (12,204,204). Sum of RGB (Red+Green+Blue) = 12+204+204=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #0CCCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCCC is #F33333. Grayscale: #929292. Windows color (decimal): -15938356 or 13421580. OLE color: 13421580.
HSL color Cylindrical-coordinate representation of color #0CCCCC: hue angle of 180º 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 #0CCCCC is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 204 | - |
| CMYK | 0.94 | 0 | 0 | 0.2 |
| HSL | 180º | 0.89% | 0.42% | - |
| HSV(B) | 180º | 0.94% | 0.8% | - |
| XYZ | 32.64 | 47.62 | 64.6 | - |
| YUV | 146.59 | 160.39 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 204 | 0.94 | 0 | 0 | 0.2 | 180 | 0.89 | 0.42 |
| Hex | C | CC | CC | 5E | 0 | 0 | 14 | B4 | 59 | 2A |
| Octal | 14 | 314 | 314 | 136 | 0 | 0 | 24 | 264 | 131 | 52 |
| Binary | 1100 | 11001100 | 11001100 | 1011110 | 0 | 0 | 10100 | 10110100 | 1011001 | 101010 |
Color Harmonies of #0CCCCC
Complementary color
Monochromatic Colors of #0CCCCC
Black with #0CCCCC
Text Example
Text Example
White with #0CCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCCC; }
p { color: rgb(12,204,204); }
H1.HeaderClassName
{
color: #0CCCCC;
}
.AnyTagClassName
{
color: #0CCCCC;
}
</style>
background-color css
<style>
a { background-color: #0CCCCC; }
a { background-color: rgb(12,204,204); }
div.DivClassName
{
background-color: #0CCCCC;
}
.BgClassName
{
background-color: #0CCCCC;
}
</style>
border-color css
<style>
span { border-color: #0CCCCC; }
span { border-color: rgb(12,204,204); }
td.TdClassName
{
border-color: #0CCCCC;
}
.TagClassName
{
border-color: #0CCCCC;
}
</style>