Shades of Mabel #C2EDEB
Tints of Mabel #C2EDEB
RGB
CMYK
RGB Variations
Color information
#C2EDEB (or 0xC2EDEB) is known color: Mabel. HEX triplet: C2, ED and EB. RGB value is (194,237,235). Sum of RGB (Red+Green+Blue) = 194+237+235=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDEB is #3D1214. Grayscale: #DFDFDF. Windows color (decimal): -4002325 or 15461826. OLE color: 15461826.
HSL color Cylindrical-coordinate representation of color #C2EDEB: hue angle of 177.21º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDEB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 235 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.07 |
| HSL | 177.21º | 0.54% | 0.85% | - |
| HSV(B) | 177.21º | 0.18% | 0.93% | - |
| XYZ | 67.53 | 78.04 | 90.1 | - |
| YUV | 223.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 235 | 0.18 | 0 | 0.01 | 0.07 | 177.21 | 0.54 | 0.85 |
| Hex | C2 | ED | EB | 12 | 0 | 1 | 7 | B1 | 36 | 55 |
| Octal | 302 | 355 | 353 | 22 | 0 | 1 | 7 | 261 | 66 | 125 |
| Binary | 11000010 | 11101101 | 11101011 | 10010 | 0 | 1 | 111 | 10110001 | 110110 | 1010101 |
Color Harmonies of #C2EDEB
Complementary color
Monochromatic Colors of #C2EDEB
Black with #C2EDEB
Text Example
Text Example
White with #C2EDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDEB; }
p { color: rgb(194,237,235); }
H1.HeaderClassName
{
color: #C2EDEB;
}
.AnyTagClassName
{
color: #C2EDEB;
}
</style>
background-color css
<style>
a { background-color: #C2EDEB; }
a { background-color: rgb(194,237,235); }
div.DivClassName
{
background-color: #C2EDEB;
}
.BgClassName
{
background-color: #C2EDEB;
}
</style>
border-color css
<style>
span { border-color: #C2EDEB; }
span { border-color: rgb(194,237,235); }
td.TdClassName
{
border-color: #C2EDEB;
}
.TagClassName
{
border-color: #C2EDEB;
}
</style>