Shades of Robin's Egg Blue #0CE0C5
Tints of Robin's Egg Blue #0CE0C5
RGB
CMYK
RGB Variations
Color information
#0CE0C5 (or 0x0CE0C5) is known color: Robin's Egg Blue. HEX triplet: 0C, E0 and C5. RGB value is (12,224,197). Sum of RGB (Red+Green+Blue) = 12+224+197=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE0C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE0C5 is #F31F3A. Grayscale: #9D9D9D. Windows color (decimal): -15933243 or 12967948. OLE color: 12967948.
HSL color Cylindrical-coordinate representation of color #0CE0C5: hue angle of 172.36º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE0C5 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 197 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.12 |
| HSL | 172.36º | 0.9% | 0.46% | - |
| HSV(B) | 172.36º | 0.95% | 0.88% | - |
| XYZ | 36.89 | 57.42 | 61.96 | - |
| YUV | 157.53 | 150.26 | 24.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 197 | 0.95 | 0 | 0.12 | 0.12 | 172.36 | 0.9 | 0.46 |
| Hex | C | E0 | C5 | 5F | 0 | C | C | AC | 5A | 2E |
| Octal | 14 | 340 | 305 | 137 | 0 | 14 | 14 | 254 | 132 | 56 |
| Binary | 1100 | 11100000 | 11000101 | 1011111 | 0 | 1100 | 1100 | 10101100 | 1011010 | 101110 |
Color Harmonies of #0CE0C5
Complementary color
Monochromatic Colors of #0CE0C5
Black with #0CE0C5
Text Example
Text Example
White with #0CE0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE0C5; }
p { color: rgb(12,224,197); }
H1.HeaderClassName
{
color: #0CE0C5;
}
.AnyTagClassName
{
color: #0CE0C5;
}
</style>
background-color css
<style>
a { background-color: #0CE0C5; }
a { background-color: rgb(12,224,197); }
div.DivClassName
{
background-color: #0CE0C5;
}
.BgClassName
{
background-color: #0CE0C5;
}
</style>
border-color css
<style>
span { border-color: #0CE0C5; }
span { border-color: rgb(12,224,197); }
td.TdClassName
{
border-color: #0CE0C5;
}
.TagClassName
{
border-color: #0CE0C5;
}
</style>