Shades of Robin's Egg Blue #0CC8C5
Tints of Robin's Egg Blue #0CC8C5
RGB
CMYK
RGB Variations
Color information
#0CC8C5 (or 0x0CC8C5) is known color: Robin's Egg Blue. HEX triplet: 0C, C8 and C5. RGB value is (12,200,197). Sum of RGB (Red+Green+Blue) = 12+200+197=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC8C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC8C5 is #F3373A. Grayscale: #8F8F8F. Windows color (decimal): -15939387 or 12961804. OLE color: 12961804.
HSL color Cylindrical-coordinate representation of color #0CC8C5: hue angle of 179.04º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC8C5 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 200 | 197 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.22 |
| HSL | 179.04º | 0.89% | 0.42% | - |
| HSV(B) | 179.04º | 0.94% | 0.78% | - |
| XYZ | 30.88 | 45.42 | 59.96 | - |
| YUV | 143.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 200 | 197 | 0.94 | 0 | 0.02 | 0.22 | 179.04 | 0.89 | 0.42 |
| Hex | C | C8 | C5 | 5E | 0 | 2 | 16 | B3 | 59 | 2A |
| Octal | 14 | 310 | 305 | 136 | 0 | 2 | 26 | 263 | 131 | 52 |
| Binary | 1100 | 11001000 | 11000101 | 1011110 | 0 | 10 | 10110 | 10110011 | 1011001 | 101010 |
Color Harmonies of #0CC8C5
Complementary color
Monochromatic Colors of #0CC8C5
Black with #0CC8C5
Text Example
Text Example
White with #0CC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC8C5; }
p { color: rgb(12,200,197); }
H1.HeaderClassName
{
color: #0CC8C5;
}
.AnyTagClassName
{
color: #0CC8C5;
}
</style>
background-color css
<style>
a { background-color: #0CC8C5; }
a { background-color: rgb(12,200,197); }
div.DivClassName
{
background-color: #0CC8C5;
}
.BgClassName
{
background-color: #0CC8C5;
}
</style>
border-color css
<style>
span { border-color: #0CC8C5; }
span { border-color: rgb(12,200,197); }
td.TdClassName
{
border-color: #0CC8C5;
}
.TagClassName
{
border-color: #0CC8C5;
}
</style>