Shades of Robin's Egg Blue #0CCFBC
Tints of Robin's Egg Blue #0CCFBC
RGB
CMYK
RGB Variations
Color information
#0CCFBC (or 0x0CCFBC) is known color: Robin's Egg Blue. HEX triplet: 0C, CF and BC. RGB value is (12,207,188). Sum of RGB (Red+Green+Blue) = 12+207+188=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFBC is #F33043. Grayscale: #929292. Windows color (decimal): -15937604 or 12373772. OLE color: 12373772.
HSL color Cylindrical-coordinate representation of color #0CCFBC: hue angle of 174.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFBC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 207 | 188 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.19 |
| HSL | 174.15º | 0.89% | 0.43% | - |
| HSV(B) | 174.15º | 0.94% | 0.81% | - |
| XYZ | 31.54 | 48.33 | 55.24 | - |
| YUV | 146.53 | 151.4 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 188 | 0.94 | 0 | 0.09 | 0.19 | 174.15 | 0.89 | 0.43 |
| Hex | C | CF | BC | 5E | 0 | 9 | 13 | AE | 59 | 2B |
| Octal | 14 | 317 | 274 | 136 | 0 | 11 | 23 | 256 | 131 | 53 |
| Binary | 1100 | 11001111 | 10111100 | 1011110 | 0 | 1001 | 10011 | 10101110 | 1011001 | 101011 |
Color Harmonies of #0CCFBC
Complementary color
Monochromatic Colors of #0CCFBC
Black with #0CCFBC
Text Example
Text Example
White with #0CCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFBC; }
p { color: rgb(12,207,188); }
H1.HeaderClassName
{
color: #0CCFBC;
}
.AnyTagClassName
{
color: #0CCFBC;
}
</style>
background-color css
<style>
a { background-color: #0CCFBC; }
a { background-color: rgb(12,207,188); }
div.DivClassName
{
background-color: #0CCFBC;
}
.BgClassName
{
background-color: #0CCFBC;
}
</style>
border-color css
<style>
span { border-color: #0CCFBC; }
span { border-color: rgb(12,207,188); }
td.TdClassName
{
border-color: #0CCFBC;
}
.TagClassName
{
border-color: #0CCFBC;
}
</style>