Shades of Mabel #C2F5F2
Tints of Mabel #C2F5F2
RGB
CMYK
RGB Variations
Color information
#C2F5F2 (or 0xC2F5F2) is known color: Mabel. HEX triplet: C2, F5 and F2. RGB value is (194,245,242). Sum of RGB (Red+Green+Blue) = 194+245+242=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F5F2 is #3D0A0D. Grayscale: #E5E5E5. Windows color (decimal): -4000270 or 15922626. OLE color: 15922626.
HSL color Cylindrical-coordinate representation of color #C2F5F2: hue angle of 176.47º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5F2 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 242 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.04 |
| HSL | 176.47º | 0.72% | 0.86% | - |
| HSV(B) | 176.47º | 0.21% | 0.96% | - |
| XYZ | 70.93 | 83.18 | 96.32 | - |
| YUV | 229.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 242 | 0.21 | 0 | 0.01 | 0.04 | 176.47 | 0.72 | 0.86 |
| Hex | C2 | F5 | F2 | 15 | 0 | 1 | 4 | B0 | 48 | 56 |
| Octal | 302 | 365 | 362 | 25 | 0 | 1 | 4 | 260 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11110010 | 10101 | 0 | 1 | 100 | 10110000 | 1001000 | 1010110 |
Color Harmonies of #C2F5F2
Complementary color
Monochromatic Colors of #C2F5F2
Black with #C2F5F2
Text Example
Text Example
White with #C2F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5F2; }
p { color: rgb(194,245,242); }
H1.HeaderClassName
{
color: #C2F5F2;
}
.AnyTagClassName
{
color: #C2F5F2;
}
</style>
background-color css
<style>
a { background-color: #C2F5F2; }
a { background-color: rgb(194,245,242); }
div.DivClassName
{
background-color: #C2F5F2;
}
.BgClassName
{
background-color: #C2F5F2;
}
</style>
border-color css
<style>
span { border-color: #C2F5F2; }
span { border-color: rgb(194,245,242); }
td.TdClassName
{
border-color: #C2F5F2;
}
.TagClassName
{
border-color: #C2F5F2;
}
</style>