Shades of Robin's Egg Blue #0CCBC6
Tints of Robin's Egg Blue #0CCBC6
RGB
CMYK
RGB Variations
Color information
#0CCBC6 (or 0x0CCBC6) is known color: Robin's Egg Blue. HEX triplet: 0C, CB and C6. RGB value is (12,203,198). Sum of RGB (Red+Green+Blue) = 12+203+198=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBC6 is #F33439. Grayscale: #919191. Windows color (decimal): -15938618 or 13028108. OLE color: 13028108.
HSL color Cylindrical-coordinate representation of color #0CCBC6: hue angle of 178.43º 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 #0CCBC6 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 198 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.20 |
| HSL | 178.43º | 0.89% | 0.42% | - |
| HSV(B) | 178.43º | 0.94% | 0.8% | - |
| XYZ | 31.7 | 46.87 | 60.8 | - |
| YUV | 145.32 | 157.72 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 198 | 0.94 | 0 | 0.02 | 0.20 | 178.43 | 0.89 | 0.42 |
| Hex | C | CB | C6 | 5E | 0 | 2 | 14 | B2 | 59 | 2A |
| Octal | 14 | 313 | 306 | 136 | 0 | 2 | 24 | 262 | 131 | 52 |
| Binary | 1100 | 11001011 | 11000110 | 1011110 | 0 | 10 | 10100 | 10110010 | 1011001 | 101010 |
Color Harmonies of #0CCBC6
Complementary color
Monochromatic Colors of #0CCBC6
Black with #0CCBC6
Text Example
Text Example
White with #0CCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCBC6; }
p { color: rgb(12,203,198); }
H1.HeaderClassName
{
color: #0CCBC6;
}
.AnyTagClassName
{
color: #0CCBC6;
}
</style>
background-color css
<style>
a { background-color: #0CCBC6; }
a { background-color: rgb(12,203,198); }
div.DivClassName
{
background-color: #0CCBC6;
}
.BgClassName
{
background-color: #0CCBC6;
}
</style>
border-color css
<style>
span { border-color: #0CCBC6; }
span { border-color: rgb(12,203,198); }
td.TdClassName
{
border-color: #0CCBC6;
}
.TagClassName
{
border-color: #0CCBC6;
}
</style>