Shades of Mabel #C2F1F0
Tints of Mabel #C2F1F0
RGB
CMYK
RGB Variations
Color information
#C2F1F0 (or 0xC2F1F0) is known color: Mabel. HEX triplet: C2, F1 and F0. RGB value is (194,241,240). Sum of RGB (Red+Green+Blue) = 194+241+240=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F1F0 is #3D0E0F. Grayscale: #E2E2E2. Windows color (decimal): -4001296 or 15790530. OLE color: 15790530.
HSL color Cylindrical-coordinate representation of color #C2F1F0: hue angle of 178.72º degrees, saturation: 0.63, 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 #C2F1F0 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 240 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.05 |
| HSL | 178.72º | 0.63% | 0.85% | - |
| HSV(B) | 178.72º | 0.2% | 0.95% | - |
| XYZ | 69.43 | 80.67 | 94.35 | - |
| YUV | 226.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 240 | 0.20 | 0 | 0.00 | 0.05 | 178.72 | 0.63 | 0.85 |
| Hex | C2 | F1 | F0 | 14 | 0 | 0 | 5 | B3 | 3F | 55 |
| Octal | 302 | 361 | 360 | 24 | 0 | 0 | 5 | 263 | 77 | 125 |
| Binary | 11000010 | 11110001 | 11110000 | 10100 | 0 | 0 | 101 | 10110011 | 111111 | 1010101 |
Color Harmonies of #C2F1F0
Complementary color
Monochromatic Colors of #C2F1F0
Black with #C2F1F0
Text Example
Text Example
White with #C2F1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1F0; }
p { color: rgb(194,241,240); }
H1.HeaderClassName
{
color: #C2F1F0;
}
.AnyTagClassName
{
color: #C2F1F0;
}
</style>
background-color css
<style>
a { background-color: #C2F1F0; }
a { background-color: rgb(194,241,240); }
div.DivClassName
{
background-color: #C2F1F0;
}
.BgClassName
{
background-color: #C2F1F0;
}
</style>
border-color css
<style>
span { border-color: #C2F1F0; }
span { border-color: rgb(194,241,240); }
td.TdClassName
{
border-color: #C2F1F0;
}
.TagClassName
{
border-color: #C2F1F0;
}
</style>