Shades of Robin's Egg Blue #0CCCC3
Tints of Robin's Egg Blue #0CCCC3
RGB
CMYK
RGB Variations
Color information
#0CCCC3 (or 0x0CCCC3) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and C3. RGB value is (12,204,195). Sum of RGB (Red+Green+Blue) = 12+204+195=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCC3 is #F3333C. Grayscale: #919191. Windows color (decimal): -15938365 or 12831756. OLE color: 12831756.
HSL color Cylindrical-coordinate representation of color #0CCCC3: hue angle of 177.19º 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 #0CCCC3 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 195 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.2 |
| HSL | 177.19º | 0.89% | 0.42% | - |
| HSV(B) | 177.19º | 0.94% | 0.8% | - |
| XYZ | 31.59 | 47.2 | 59.08 | - |
| YUV | 145.57 | 155.89 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 195 | 0.94 | 0 | 0.04 | 0.2 | 177.19 | 0.89 | 0.42 |
| Hex | C | CC | C3 | 5E | 0 | 4 | 14 | B1 | 59 | 2A |
| Octal | 14 | 314 | 303 | 136 | 0 | 4 | 24 | 261 | 131 | 52 |
| Binary | 1100 | 11001100 | 11000011 | 1011110 | 0 | 100 | 10100 | 10110001 | 1011001 | 101010 |
Color Harmonies of #0CCCC3
Complementary color
Monochromatic Colors of #0CCCC3
Black with #0CCCC3
Text Example
Text Example
White with #0CCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCC3; }
p { color: rgb(12,204,195); }
H1.HeaderClassName
{
color: #0CCCC3;
}
.AnyTagClassName
{
color: #0CCCC3;
}
</style>
background-color css
<style>
a { background-color: #0CCCC3; }
a { background-color: rgb(12,204,195); }
div.DivClassName
{
background-color: #0CCCC3;
}
.BgClassName
{
background-color: #0CCCC3;
}
</style>
border-color css
<style>
span { border-color: #0CCCC3; }
span { border-color: rgb(12,204,195); }
td.TdClassName
{
border-color: #0CCCC3;
}
.TagClassName
{
border-color: #0CCCC3;
}
</style>