Shades of Robin's Egg Blue #0CC6BE
Tints of Robin's Egg Blue #0CC6BE
RGB
CMYK
RGB Variations
Color information
#0CC6BE (or 0x0CC6BE) is known color: Robin's Egg Blue. HEX triplet: 0C, C6 and BE. RGB value is (12,198,190). Sum of RGB (Red+Green+Blue) = 12+198+190=400 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC6BE is #F33941. Grayscale: #8D8D8D. Windows color (decimal): -15939906 or 12502540. OLE color: 12502540.
HSL color Cylindrical-coordinate representation of color #0CC6BE: hue angle of 177.42º 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 #0CC6BE is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 198 | 190 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.22 |
| HSL | 177.42º | 0.89% | 0.41% | - |
| HSV(B) | 177.42º | 0.94% | 0.78% | - |
| XYZ | 29.64 | 44.18 | 55.68 | - |
| YUV | 141.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 198 | 190 | 0.94 | 0 | 0.04 | 0.22 | 177.42 | 0.89 | 0.41 |
| Hex | C | C6 | BE | 5E | 0 | 4 | 16 | B1 | 59 | 29 |
| Octal | 14 | 306 | 276 | 136 | 0 | 4 | 26 | 261 | 131 | 51 |
| Binary | 1100 | 11000110 | 10111110 | 1011110 | 0 | 100 | 10110 | 10110001 | 1011001 | 101001 |
Color Harmonies of #0CC6BE
Complementary color
Monochromatic Colors of #0CC6BE
Black with #0CC6BE
Text Example
Text Example
White with #0CC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC6BE; }
p { color: rgb(12,198,190); }
H1.HeaderClassName
{
color: #0CC6BE;
}
.AnyTagClassName
{
color: #0CC6BE;
}
</style>
background-color css
<style>
a { background-color: #0CC6BE; }
a { background-color: rgb(12,198,190); }
div.DivClassName
{
background-color: #0CC6BE;
}
.BgClassName
{
background-color: #0CC6BE;
}
</style>
border-color css
<style>
span { border-color: #0CC6BE; }
span { border-color: rgb(12,198,190); }
td.TdClassName
{
border-color: #0CC6BE;
}
.TagClassName
{
border-color: #0CC6BE;
}
</style>