Shades of Robin's Egg Blue #0CD1C0
Tints of Robin's Egg Blue #0CD1C0
RGB
CMYK
RGB Variations
Color information
#0CD1C0 (or 0x0CD1C0) is known color: Robin's Egg Blue. HEX triplet: 0C, D1 and C0. RGB value is (12,209,192). Sum of RGB (Red+Green+Blue) = 12+209+192=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1C0 is #F32E3F. Grayscale: #949494. Windows color (decimal): -15937088 or 12636428. OLE color: 12636428.
HSL color Cylindrical-coordinate representation of color #0CD1C0: hue angle of 174.82º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD1C0 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 209 | 192 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.18 |
| HSL | 174.82º | 0.89% | 0.43% | - |
| HSV(B) | 174.82º | 0.94% | 0.82% | - |
| XYZ | 32.47 | 49.48 | 57.71 | - |
| YUV | 148.16 | 152.73 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 192 | 0.94 | 0 | 0.08 | 0.18 | 174.82 | 0.89 | 0.43 |
| Hex | C | D1 | C0 | 5E | 0 | 8 | 12 | AF | 59 | 2B |
| Octal | 14 | 321 | 300 | 136 | 0 | 10 | 22 | 257 | 131 | 53 |
| Binary | 1100 | 11010001 | 11000000 | 1011110 | 0 | 1000 | 10010 | 10101111 | 1011001 | 101011 |
Color Harmonies of #0CD1C0
Complementary color
Monochromatic Colors of #0CD1C0
Black with #0CD1C0
Text Example
Text Example
White with #0CD1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD1C0; }
p { color: rgb(12,209,192); }
H1.HeaderClassName
{
color: #0CD1C0;
}
.AnyTagClassName
{
color: #0CD1C0;
}
</style>
background-color css
<style>
a { background-color: #0CD1C0; }
a { background-color: rgb(12,209,192); }
div.DivClassName
{
background-color: #0CD1C0;
}
.BgClassName
{
background-color: #0CD1C0;
}
</style>
border-color css
<style>
span { border-color: #0CD1C0; }
span { border-color: rgb(12,209,192); }
td.TdClassName
{
border-color: #0CD1C0;
}
.TagClassName
{
border-color: #0CD1C0;
}
</style>