Shades of Mabel #C0F1F1
Tints of Mabel #C0F1F1
RGB
CMYK
RGB Variations
Color information
#C0F1F1 (or 0xC0F1F1) is known color: Mabel. HEX triplet: C0, F1 and F1. RGB value is (192,241,241). Sum of RGB (Red+Green+Blue) = 192+241+241=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #C0F1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F1F1 is #3F0E0E. Grayscale: #E2E2E2. Windows color (decimal): -4132367 or 15856064. OLE color: 15856064.
HSL color Cylindrical-coordinate representation of color #C0F1F1: hue angle of 180º 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 #C0F1F1 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 241 | - |
| CMYK | 0.20 | 0 | 0 | 0.05 |
| HSL | 180º | 0.64% | 0.85% | - |
| HSV(B) | 180º | 0.2% | 0.95% | - |
| XYZ | 69.07 | 80.47 | 95.11 | - |
| YUV | 226.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 241 | 0.20 | 0 | 0 | 0.05 | 180 | 0.64 | 0.85 |
| Hex | C0 | F1 | F1 | 14 | 0 | 0 | 5 | B4 | 40 | 55 |
| Octal | 300 | 361 | 361 | 24 | 0 | 0 | 5 | 264 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11110001 | 10100 | 0 | 0 | 101 | 10110100 | 1000000 | 1010101 |
Color Harmonies of #C0F1F1
Complementary color
Monochromatic Colors of #C0F1F1
Black with #C0F1F1
Text Example
Text Example
White with #C0F1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1F1; }
p { color: rgb(192,241,241); }
H1.HeaderClassName
{
color: #C0F1F1;
}
.AnyTagClassName
{
color: #C0F1F1;
}
</style>
background-color css
<style>
a { background-color: #C0F1F1; }
a { background-color: rgb(192,241,241); }
div.DivClassName
{
background-color: #C0F1F1;
}
.BgClassName
{
background-color: #C0F1F1;
}
</style>
border-color css
<style>
span { border-color: #C0F1F1; }
span { border-color: rgb(192,241,241); }
td.TdClassName
{
border-color: #C0F1F1;
}
.TagClassName
{
border-color: #C0F1F1;
}
</style>