Shades of Mabel #C0F2ED
Tints of Mabel #C0F2ED
RGB
CMYK
RGB Variations
Color information
#C0F2ED (or 0xC0F2ED) is known color: Mabel. HEX triplet: C0, F2 and ED. RGB value is (192,242,237). Sum of RGB (Red+Green+Blue) = 192+242+237=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F2ED is #3F0D12. Grayscale: #E2E2E2. Windows color (decimal): -4132115 or 15594176. OLE color: 15594176.
HSL color Cylindrical-coordinate representation of color #C0F2ED: hue angle of 174º 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 #C0F2ED is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 237 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 174º | 0.66% | 0.85% | - |
| HSV(B) | 174º | 0.21% | 0.95% | - |
| XYZ | 68.78 | 80.83 | 92.1 | - |
| YUV | 226.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 237 | 0.21 | 0 | 0.02 | 0.05 | 174 | 0.66 | 0.85 |
| Hex | C0 | F2 | ED | 15 | 0 | 2 | 5 | AE | 42 | 55 |
| Octal | 300 | 362 | 355 | 25 | 0 | 2 | 5 | 256 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11101101 | 10101 | 0 | 10 | 101 | 10101110 | 1000010 | 1010101 |
Color Harmonies of #C0F2ED
Complementary color
Monochromatic Colors of #C0F2ED
Black with #C0F2ED
Text Example
Text Example
White with #C0F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2ED; }
p { color: rgb(192,242,237); }
H1.HeaderClassName
{
color: #C0F2ED;
}
.AnyTagClassName
{
color: #C0F2ED;
}
</style>
background-color css
<style>
a { background-color: #C0F2ED; }
a { background-color: rgb(192,242,237); }
div.DivClassName
{
background-color: #C0F2ED;
}
.BgClassName
{
background-color: #C0F2ED;
}
</style>
border-color css
<style>
span { border-color: #C0F2ED; }
span { border-color: rgb(192,242,237); }
td.TdClassName
{
border-color: #C0F2ED;
}
.TagClassName
{
border-color: #C0F2ED;
}
</style>