Shades of Robin's Egg Blue #0CCACC
Tints of Robin's Egg Blue #0CCACC
RGB
CMYK
RGB Variations
Color information
#0CCACC (or 0x0CCACC) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and CC. RGB value is (12,202,204). Sum of RGB (Red+Green+Blue) = 12+202+204=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CCACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCACC is #F33533. Grayscale: #919191. Windows color (decimal): -15938868 or 13421068. OLE color: 13421068.
HSL color Cylindrical-coordinate representation of color #0CCACC: hue angle of 180.62º 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 #0CCACC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 202 | 204 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.2 |
| HSL | 180.63º | 0.89% | 0.42% | - |
| HSV(B) | 180.63º | 0.94% | 0.8% | - |
| XYZ | 32.17 | 46.68 | 64.44 | - |
| YUV | 145.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 204 | 0.94 | 0.01 | 0 | 0.2 | 180.63 | 0.89 | 0.42 |
| Hex | C | CA | CC | 5E | 1 | 0 | 14 | B5 | 59 | 2A |
| Octal | 14 | 312 | 314 | 136 | 1 | 0 | 24 | 265 | 131 | 52 |
| Binary | 1100 | 11001010 | 11001100 | 1011110 | 1 | 0 | 10100 | 10110101 | 1011001 | 101010 |
Color Harmonies of #0CCACC
Complementary color
Monochromatic Colors of #0CCACC
Black with #0CCACC
Text Example
Text Example
White with #0CCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCACC; }
p { color: rgb(12,202,204); }
H1.HeaderClassName
{
color: #0CCACC;
}
.AnyTagClassName
{
color: #0CCACC;
}
</style>
background-color css
<style>
a { background-color: #0CCACC; }
a { background-color: rgb(12,202,204); }
div.DivClassName
{
background-color: #0CCACC;
}
.BgClassName
{
background-color: #0CCACC;
}
</style>
border-color css
<style>
span { border-color: #0CCACC; }
span { border-color: rgb(12,202,204); }
td.TdClassName
{
border-color: #0CCACC;
}
.TagClassName
{
border-color: #0CCACC;
}
</style>