Shades of Robin's Egg Blue #0CCABF
Tints of Robin's Egg Blue #0CCABF
RGB
CMYK
RGB Variations
Color information
#0CCABF (or 0x0CCABF) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and BF. RGB value is (12,202,191). Sum of RGB (Red+Green+Blue) = 12+202+191=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCABF is #F33540. Grayscale: #8F8F8F. Windows color (decimal): -15938881 or 12569100. OLE color: 12569100.
HSL color Cylindrical-coordinate representation of color #0CCABF: hue angle of 176.53º 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 #0CCABF is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 191 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.21 |
| HSL | 176.53º | 0.89% | 0.42% | - |
| HSV(B) | 176.53º | 0.94% | 0.79% | - |
| XYZ | 30.68 | 46.08 | 56.57 | - |
| YUV | 143.94 | 154.55 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 191 | 0.94 | 0 | 0.05 | 0.21 | 176.53 | 0.89 | 0.42 |
| Hex | C | CA | BF | 5E | 0 | 5 | 15 | B1 | 59 | 2A |
| Octal | 14 | 312 | 277 | 136 | 0 | 5 | 25 | 261 | 131 | 52 |
| Binary | 1100 | 11001010 | 10111111 | 1011110 | 0 | 101 | 10101 | 10110001 | 1011001 | 101010 |
Color Harmonies of #0CCABF
Complementary color
Monochromatic Colors of #0CCABF
Black with #0CCABF
Text Example
Text Example
White with #0CCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCABF; }
p { color: rgb(12,202,191); }
H1.HeaderClassName
{
color: #0CCABF;
}
.AnyTagClassName
{
color: #0CCABF;
}
</style>
background-color css
<style>
a { background-color: #0CCABF; }
a { background-color: rgb(12,202,191); }
div.DivClassName
{
background-color: #0CCABF;
}
.BgClassName
{
background-color: #0CCABF;
}
</style>
border-color css
<style>
span { border-color: #0CCABF; }
span { border-color: rgb(12,202,191); }
td.TdClassName
{
border-color: #0CCABF;
}
.TagClassName
{
border-color: #0CCABF;
}
</style>