Shades of Mabel #C0F1EE
Tints of Mabel #C0F1EE
RGB
CMYK
RGB Variations
Color information
#C0F1EE (or 0xC0F1EE) is known color: Mabel. HEX triplet: C0, F1 and EE. RGB value is (192,241,238). Sum of RGB (Red+Green+Blue) = 192+241+238=671 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.61% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F1EE is #3F0E11. Grayscale: #E1E1E1. Windows color (decimal): -4132370 or 15659456. OLE color: 15659456.
HSL color Cylindrical-coordinate representation of color #C0F1EE: hue angle of 176.33º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1EE is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 238 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.05 |
| HSL | 176.33º | 0.64% | 0.85% | - |
| HSV(B) | 176.33º | 0.2% | 0.95% | - |
| XYZ | 68.63 | 80.29 | 92.77 | - |
| YUV | 226.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 238 | 0.20 | 0 | 0.01 | 0.05 | 176.33 | 0.64 | 0.85 |
| Hex | C0 | F1 | EE | 14 | 0 | 1 | 5 | B0 | 40 | 55 |
| Octal | 300 | 361 | 356 | 24 | 0 | 1 | 5 | 260 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11101110 | 10100 | 0 | 1 | 101 | 10110000 | 1000000 | 1010101 |
Color Harmonies of #C0F1EE
Complementary color
Monochromatic Colors of #C0F1EE
Black with #C0F1EE
Text Example
Text Example
White with #C0F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1EE; }
p { color: rgb(192,241,238); }
H1.HeaderClassName
{
color: #C0F1EE;
}
.AnyTagClassName
{
color: #C0F1EE;
}
</style>
background-color css
<style>
a { background-color: #C0F1EE; }
a { background-color: rgb(192,241,238); }
div.DivClassName
{
background-color: #C0F1EE;
}
.BgClassName
{
background-color: #C0F1EE;
}
</style>
border-color css
<style>
span { border-color: #C0F1EE; }
span { border-color: rgb(192,241,238); }
td.TdClassName
{
border-color: #C0F1EE;
}
.TagClassName
{
border-color: #C0F1EE;
}
</style>