Shades of Mabel #C0F2EC
Tints of Mabel #C0F2EC
RGB
CMYK
RGB Variations
Color information
#C0F2EC (or 0xC0F2EC) is known color: Mabel. HEX triplet: C0, F2 and EC. RGB value is (192,242,236). Sum of RGB (Red+Green+Blue) = 192+242+236=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F2EC is #3F0D13. Grayscale: #E2E2E2. Windows color (decimal): -4132116 or 15528640. OLE color: 15528640.
HSL color Cylindrical-coordinate representation of color #C0F2EC: hue angle of 172.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 236 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 172.8º | 0.66% | 0.85% | - |
| HSV(B) | 172.8º | 0.21% | 0.95% | - |
| XYZ | 68.63 | 80.77 | 91.33 | - |
| YUV | 226.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 236 | 0.21 | 0 | 0.02 | 0.05 | 172.8 | 0.66 | 0.85 |
| Hex | C0 | F2 | EC | 15 | 0 | 2 | 5 | AD | 42 | 55 |
| Octal | 300 | 362 | 354 | 25 | 0 | 2 | 5 | 255 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11101100 | 10101 | 0 | 10 | 101 | 10101101 | 1000010 | 1010101 |
Color Harmonies of #C0F2EC
Complementary color
Monochromatic Colors of #C0F2EC
Black with #C0F2EC
Text Example
Text Example
White with #C0F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2EC; }
p { color: rgb(192,242,236); }
H1.HeaderClassName
{
color: #C0F2EC;
}
.AnyTagClassName
{
color: #C0F2EC;
}
</style>
background-color css
<style>
a { background-color: #C0F2EC; }
a { background-color: rgb(192,242,236); }
div.DivClassName
{
background-color: #C0F2EC;
}
.BgClassName
{
background-color: #C0F2EC;
}
</style>
border-color css
<style>
span { border-color: #C0F2EC; }
span { border-color: rgb(192,242,236); }
td.TdClassName
{
border-color: #C0F2EC;
}
.TagClassName
{
border-color: #C0F2EC;
}
</style>