Shades of Robin's Egg Blue #0CCAB5
Tints of Robin's Egg Blue #0CCAB5
RGB
CMYK
RGB Variations
Color information
#0CCAB5 (or 0x0CCAB5) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and B5. RGB value is (12,202,181). Sum of RGB (Red+Green+Blue) = 12+202+181=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCAB5 is #F3354A. Grayscale: #8E8E8E. Windows color (decimal): -15938891 or 11913740. OLE color: 11913740.
HSL color Cylindrical-coordinate representation of color #0CCAB5: hue angle of 173.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCAB5 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 181 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.21 |
| HSL | 173.37º | 0.89% | 0.42% | - |
| HSV(B) | 173.37º | 0.94% | 0.79% | - |
| XYZ | 29.61 | 45.66 | 50.97 | - |
| YUV | 142.8 | 149.55 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 181 | 0.94 | 0 | 0.10 | 0.21 | 173.37 | 0.89 | 0.42 |
| Hex | C | CA | B5 | 5E | 0 | A | 15 | AD | 59 | 2A |
| Octal | 14 | 312 | 265 | 136 | 0 | 12 | 25 | 255 | 131 | 52 |
| Binary | 1100 | 11001010 | 10110101 | 1011110 | 0 | 1010 | 10101 | 10101101 | 1011001 | 101010 |
Color Harmonies of #0CCAB5
Complementary color
Monochromatic Colors of #0CCAB5
Black with #0CCAB5
Text Example
Text Example
White with #0CCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCAB5; }
p { color: rgb(12,202,181); }
H1.HeaderClassName
{
color: #0CCAB5;
}
.AnyTagClassName
{
color: #0CCAB5;
}
</style>
background-color css
<style>
a { background-color: #0CCAB5; }
a { background-color: rgb(12,202,181); }
div.DivClassName
{
background-color: #0CCAB5;
}
.BgClassName
{
background-color: #0CCAB5;
}
</style>
border-color css
<style>
span { border-color: #0CCAB5; }
span { border-color: rgb(12,202,181); }
td.TdClassName
{
border-color: #0CCAB5;
}
.TagClassName
{
border-color: #0CCAB5;
}
</style>