Shades of Robin's Egg Blue #0CC4BB
Tints of Robin's Egg Blue #0CC4BB
RGB
CMYK
RGB Variations
Color information
#0CC4BB (or 0x0CC4BB) is known color: Robin's Egg Blue. HEX triplet: 0C, C4 and BB. RGB value is (12,196,187). Sum of RGB (Red+Green+Blue) = 12+196+187=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC4BB is #F33B44. Grayscale: #8B8B8B. Windows color (decimal): -15940421 or 12305420. OLE color: 12305420.
HSL color Cylindrical-coordinate representation of color #0CC4BB: hue angle of 177.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC4BB is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 196 | 187 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.23 |
| HSL | 177.07º | 0.88% | 0.41% | - |
| HSV(B) | 177.07º | 0.94% | 0.77% | - |
| XYZ | 28.86 | 43.15 | 53.82 | - |
| YUV | 139.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 187 | 0.94 | 0 | 0.05 | 0.23 | 177.07 | 0.88 | 0.41 |
| Hex | C | C4 | BB | 5E | 0 | 5 | 17 | B1 | 58 | 29 |
| Octal | 14 | 304 | 273 | 136 | 0 | 5 | 27 | 261 | 130 | 51 |
| Binary | 1100 | 11000100 | 10111011 | 1011110 | 0 | 101 | 10111 | 10110001 | 1011000 | 101001 |
Color Harmonies of #0CC4BB
Complementary color
Monochromatic Colors of #0CC4BB
Black with #0CC4BB
Text Example
Text Example
White with #0CC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC4BB; }
p { color: rgb(12,196,187); }
H1.HeaderClassName
{
color: #0CC4BB;
}
.AnyTagClassName
{
color: #0CC4BB;
}
</style>
background-color css
<style>
a { background-color: #0CC4BB; }
a { background-color: rgb(12,196,187); }
div.DivClassName
{
background-color: #0CC4BB;
}
.BgClassName
{
background-color: #0CC4BB;
}
</style>
border-color css
<style>
span { border-color: #0CC4BB; }
span { border-color: rgb(12,196,187); }
td.TdClassName
{
border-color: #0CC4BB;
}
.TagClassName
{
border-color: #0CC4BB;
}
</style>