Shades of Mabel #C0ECEC
Tints of Mabel #C0ECEC
RGB
CMYK
RGB Variations
Color information
#C0ECEC (or 0xC0ECEC) is known color: Mabel. HEX triplet: C0, EC and EC. RGB value is (192,236,236). Sum of RGB (Red+Green+Blue) = 192+236+236=664 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.92% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #C0ECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECEC is #3F1313. Grayscale: #DEDEDE. Windows color (decimal): -4133652 or 15527104. OLE color: 15527104.
HSL color Cylindrical-coordinate representation of color #C0ECEC: hue angle of 180º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECEC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 236 | 236 | - |
CMYK | 0.19 | 0 | 0 | 0.07 |
HSL | 180º | 0.54% | 0.84% | - |
HSV(B) | 180º | 0.19% | 0.93% | - |
XYZ | 66.87 | 77.25 | 90.74 | - |
YUV | 222.84 | 135.42 | 106 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 236 | 0.19 | 0 | 0 | 0.07 | 180 | 0.54 | 0.84 |
Hex | C0 | EC | EC | 13 | 0 | 0 | 7 | B4 | 36 | 54 |
Octal | 300 | 354 | 354 | 23 | 0 | 0 | 7 | 264 | 66 | 124 |
Binary | 11000000 | 11101100 | 11101100 | 10011 | 0 | 0 | 111 | 10110100 | 110110 | 1010100 |
Color Harmonies of #C0ECEC
Complementary color
Monochromatic Colors of #C0ECEC
Black with #C0ECEC
Text Example
Text Example
White with #C0ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ECEC; }
p { color: rgb(192,236,236); }
H1.HeaderClassName
{
color: #C0ECEC;
}
.AnyTagClassName
{
color: #C0ECEC;
}
</style>
background-color css
<style>
a { background-color: #C0ECEC; }
a { background-color: rgb(192,236,236); }
div.DivClassName
{
background-color: #C0ECEC;
}
.BgClassName
{
background-color: #C0ECEC;
}
</style>
border-color css
<style>
span { border-color: #C0ECEC; }
span { border-color: rgb(192,236,236); }
td.TdClassName
{
border-color: #C0ECEC;
}
.TagClassName
{
border-color: #C0ECEC;
}
</style>