Shades of Mabel #C0F0ED
Tints of Mabel #C0F0ED
RGB
CMYK
RGB Variations
Color information
#C0F0ED (or 0xC0F0ED) is known color: Mabel. HEX triplet: C0, F0 and ED. RGB value is (192,240,237). Sum of RGB (Red+Green+Blue) = 192+240+237=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F0ED is #3F0F12. Grayscale: #E1E1E1. Windows color (decimal): -4132627 or 15593664. OLE color: 15593664.
HSL color Cylindrical-coordinate representation of color #C0F0ED: hue angle of 176.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0ED is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 240 | 237 | - |
CMYK | 0.20 | 0 | 0.01 | 0.06 |
HSL | 176.25º | 0.62% | 0.85% | - |
HSV(B) | 176.25º | 0.2% | 0.94% | - |
XYZ | 68.18 | 79.64 | 91.9 | - |
YUV | 225.31 | 134.6 | 104.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 240 | 237 | 0.20 | 0 | 0.01 | 0.06 | 176.25 | 0.62 | 0.85 |
Hex | C0 | F0 | ED | 14 | 0 | 1 | 6 | B0 | 3E | 55 |
Octal | 300 | 360 | 355 | 24 | 0 | 1 | 6 | 260 | 76 | 125 |
Binary | 11000000 | 11110000 | 11101101 | 10100 | 0 | 1 | 110 | 10110000 | 111110 | 1010101 |
Color Harmonies of #C0F0ED
Complementary color
Monochromatic Colors of #C0F0ED
Black with #C0F0ED
Text Example
Text Example
White with #C0F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0ED; }
p { color: rgb(192,240,237); }
H1.HeaderClassName
{
color: #C0F0ED;
}
.AnyTagClassName
{
color: #C0F0ED;
}
</style>
background-color css
<style>
a { background-color: #C0F0ED; }
a { background-color: rgb(192,240,237); }
div.DivClassName
{
background-color: #C0F0ED;
}
.BgClassName
{
background-color: #C0F0ED;
}
</style>
border-color css
<style>
span { border-color: #C0F0ED; }
span { border-color: rgb(192,240,237); }
td.TdClassName
{
border-color: #C0F0ED;
}
.TagClassName
{
border-color: #C0F0ED;
}
</style>