Shades of Robin's Egg Blue #0CC6BD
Tints of Robin's Egg Blue #0CC6BD
RGB
CMYK
RGB Variations
Color information
#0CC6BD (or 0x0CC6BD) is known color: Robin's Egg Blue. HEX triplet: 0C, C6 and BD. RGB value is (12,198,189). Sum of RGB (Red+Green+Blue) = 12+198+189=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC6BD is #F33942. Grayscale: #8D8D8D. Windows color (decimal): -15939907 or 12437004. OLE color: 12437004.
HSL color Cylindrical-coordinate representation of color #0CC6BD: hue angle of 177.1º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC6BD is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 198 | 189 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.22 |
| HSL | 177.1º | 0.89% | 0.41% | - |
| HSV(B) | 177.1º | 0.94% | 0.78% | - |
| XYZ | 29.53 | 44.14 | 55.11 | - |
| YUV | 141.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 198 | 189 | 0.94 | 0 | 0.05 | 0.22 | 177.1 | 0.89 | 0.41 |
| Hex | C | C6 | BD | 5E | 0 | 5 | 16 | B1 | 59 | 29 |
| Octal | 14 | 306 | 275 | 136 | 0 | 5 | 26 | 261 | 131 | 51 |
| Binary | 1100 | 11000110 | 10111101 | 1011110 | 0 | 101 | 10110 | 10110001 | 1011001 | 101001 |
Color Harmonies of #0CC6BD
Complementary color
Monochromatic Colors of #0CC6BD
Black with #0CC6BD
Text Example
Text Example
White with #0CC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC6BD; }
p { color: rgb(12,198,189); }
H1.HeaderClassName
{
color: #0CC6BD;
}
.AnyTagClassName
{
color: #0CC6BD;
}
</style>
background-color css
<style>
a { background-color: #0CC6BD; }
a { background-color: rgb(12,198,189); }
div.DivClassName
{
background-color: #0CC6BD;
}
.BgClassName
{
background-color: #0CC6BD;
}
</style>
border-color css
<style>
span { border-color: #0CC6BD; }
span { border-color: rgb(12,198,189); }
td.TdClassName
{
border-color: #0CC6BD;
}
.TagClassName
{
border-color: #0CC6BD;
}
</style>