Shades of Mabel #C0F1EF
Tints of Mabel #C0F1EF
RGB
CMYK
RGB Variations
Color information
#C0F1EF (or 0xC0F1EF) is known color: Mabel. HEX triplet: C0, F1 and EF. RGB value is (192,241,239). Sum of RGB (Red+Green+Blue) = 192+241+239=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F1EF is #3F0E10. Grayscale: #E2E2E2. Windows color (decimal): -4132369 or 15724992. OLE color: 15724992.
HSL color Cylindrical-coordinate representation of color #C0F1EF: hue angle of 177.55º 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 #C0F1EF is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 239 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.05 |
| HSL | 177.55º | 0.64% | 0.85% | - |
| HSV(B) | 177.55º | 0.2% | 0.95% | - |
| XYZ | 68.77 | 80.35 | 93.55 | - |
| YUV | 226.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 239 | 0.20 | 0 | 0.01 | 0.05 | 177.55 | 0.64 | 0.85 |
| Hex | C0 | F1 | EF | 14 | 0 | 1 | 5 | B2 | 40 | 55 |
| Octal | 300 | 361 | 357 | 24 | 0 | 1 | 5 | 262 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11101111 | 10100 | 0 | 1 | 101 | 10110010 | 1000000 | 1010101 |
Color Harmonies of #C0F1EF
Complementary color
Monochromatic Colors of #C0F1EF
Black with #C0F1EF
Text Example
Text Example
White with #C0F1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1EF; }
p { color: rgb(192,241,239); }
H1.HeaderClassName
{
color: #C0F1EF;
}
.AnyTagClassName
{
color: #C0F1EF;
}
</style>
background-color css
<style>
a { background-color: #C0F1EF; }
a { background-color: rgb(192,241,239); }
div.DivClassName
{
background-color: #C0F1EF;
}
.BgClassName
{
background-color: #C0F1EF;
}
</style>
border-color css
<style>
span { border-color: #C0F1EF; }
span { border-color: rgb(192,241,239); }
td.TdClassName
{
border-color: #C0F1EF;
}
.TagClassName
{
border-color: #C0F1EF;
}
</style>