Shades of Robin's Egg Blue #0CCCBE
Tints of Robin's Egg Blue #0CCCBE
RGB
CMYK
RGB Variations
Color information
#0CCCBE (or 0x0CCCBE) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and BE. RGB value is (12,204,190). Sum of RGB (Red+Green+Blue) = 12+204+190=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCBE is #F33341. Grayscale: #909090. Windows color (decimal): -15938370 or 12504076. OLE color: 12504076.
HSL color Cylindrical-coordinate representation of color #0CCCBE: hue angle of 175.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCCBE is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 190 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.2 |
| HSL | 175.63º | 0.89% | 0.42% | - |
| HSV(B) | 175.63º | 0.94% | 0.8% | - |
| XYZ | 31.04 | 46.98 | 56.15 | - |
| YUV | 145 | 153.39 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 190 | 0.94 | 0 | 0.07 | 0.2 | 175.63 | 0.89 | 0.42 |
| Hex | C | CC | BE | 5E | 0 | 7 | 14 | B0 | 59 | 2A |
| Octal | 14 | 314 | 276 | 136 | 0 | 7 | 24 | 260 | 131 | 52 |
| Binary | 1100 | 11001100 | 10111110 | 1011110 | 0 | 111 | 10100 | 10110000 | 1011001 | 101010 |
Color Harmonies of #0CCCBE
Complementary color
Monochromatic Colors of #0CCCBE
Black with #0CCCBE
Text Example
Text Example
White with #0CCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCBE; }
p { color: rgb(12,204,190); }
H1.HeaderClassName
{
color: #0CCCBE;
}
.AnyTagClassName
{
color: #0CCCBE;
}
</style>
background-color css
<style>
a { background-color: #0CCCBE; }
a { background-color: rgb(12,204,190); }
div.DivClassName
{
background-color: #0CCCBE;
}
.BgClassName
{
background-color: #0CCCBE;
}
</style>
border-color css
<style>
span { border-color: #0CCCBE; }
span { border-color: rgb(12,204,190); }
td.TdClassName
{
border-color: #0CCCBE;
}
.TagClassName
{
border-color: #0CCCBE;
}
</style>