Shades of Robin's Egg Blue #0CCCB5
Tints of Robin's Egg Blue #0CCCB5
RGB
CMYK
RGB Variations
Color information
#0CCCB5 (or 0x0CCCB5) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and B5. RGB value is (12,204,181). Sum of RGB (Red+Green+Blue) = 12+204+181=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCB5 is #F3334A. Grayscale: #8F8F8F. Windows color (decimal): -15938379 or 11914252. OLE color: 11914252.
HSL color Cylindrical-coordinate representation of color #0CCCB5: hue angle of 172.81º 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 #0CCCB5 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 181 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.2 |
| HSL | 172.81º | 0.89% | 0.42% | - |
| HSV(B) | 172.81º | 0.94% | 0.8% | - |
| XYZ | 30.08 | 46.6 | 51.13 | - |
| YUV | 143.97 | 148.89 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 181 | 0.94 | 0 | 0.11 | 0.2 | 172.81 | 0.89 | 0.42 |
| Hex | C | CC | B5 | 5E | 0 | B | 14 | AD | 59 | 2A |
| Octal | 14 | 314 | 265 | 136 | 0 | 13 | 24 | 255 | 131 | 52 |
| Binary | 1100 | 11001100 | 10110101 | 1011110 | 0 | 1011 | 10100 | 10101101 | 1011001 | 101010 |
Color Harmonies of #0CCCB5
Complementary color
Monochromatic Colors of #0CCCB5
Black with #0CCCB5
Text Example
Text Example
White with #0CCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCB5; }
p { color: rgb(12,204,181); }
H1.HeaderClassName
{
color: #0CCCB5;
}
.AnyTagClassName
{
color: #0CCCB5;
}
</style>
background-color css
<style>
a { background-color: #0CCCB5; }
a { background-color: rgb(12,204,181); }
div.DivClassName
{
background-color: #0CCCB5;
}
.BgClassName
{
background-color: #0CCCB5;
}
</style>
border-color css
<style>
span { border-color: #0CCCB5; }
span { border-color: rgb(12,204,181); }
td.TdClassName
{
border-color: #0CCCB5;
}
.TagClassName
{
border-color: #0CCCB5;
}
</style>