Shades of Robin's Egg Blue #0CCABC
Tints of Robin's Egg Blue #0CCABC
RGB
CMYK
RGB Variations
Color information
#0CCABC (or 0x0CCABC) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and BC. RGB value is (12,202,188). Sum of RGB (Red+Green+Blue) = 12+202+188=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCABC is #F33543. Grayscale: #8F8F8F. Windows color (decimal): -15938884 or 12372492. OLE color: 12372492.
HSL color Cylindrical-coordinate representation of color #0CCABC: hue angle of 175.58º 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 #0CCABC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 188 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.21 |
| HSL | 175.58º | 0.89% | 0.42% | - |
| HSV(B) | 175.58º | 0.94% | 0.79% | - |
| XYZ | 30.35 | 45.95 | 54.85 | - |
| YUV | 143.59 | 153.05 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 188 | 0.94 | 0 | 0.07 | 0.21 | 175.58 | 0.89 | 0.42 |
| Hex | C | CA | BC | 5E | 0 | 7 | 15 | B0 | 59 | 2A |
| Octal | 14 | 312 | 274 | 136 | 0 | 7 | 25 | 260 | 131 | 52 |
| Binary | 1100 | 11001010 | 10111100 | 1011110 | 0 | 111 | 10101 | 10110000 | 1011001 | 101010 |
Color Harmonies of #0CCABC
Complementary color
Monochromatic Colors of #0CCABC
Black with #0CCABC
Text Example
Text Example
White with #0CCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCABC; }
p { color: rgb(12,202,188); }
H1.HeaderClassName
{
color: #0CCABC;
}
.AnyTagClassName
{
color: #0CCABC;
}
</style>
background-color css
<style>
a { background-color: #0CCABC; }
a { background-color: rgb(12,202,188); }
div.DivClassName
{
background-color: #0CCABC;
}
.BgClassName
{
background-color: #0CCABC;
}
</style>
border-color css
<style>
span { border-color: #0CCABC; }
span { border-color: rgb(12,202,188); }
td.TdClassName
{
border-color: #0CCABC;
}
.TagClassName
{
border-color: #0CCABC;
}
</style>