Shades of Granny Apple #C2EBCB
Tints of Granny Apple #C2EBCB
RGB
CMYK
RGB Variations
Color information
#C2EBCB (or 0xC2EBCB) is known color: Granny Apple. HEX triplet: C2, EB and CB. RGB value is (194,235,203). Sum of RGB (Red+Green+Blue) = 194+235+203=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBCB is #3D1434. Grayscale: #DBDBDB. Windows color (decimal): -4002869 or 13364162. OLE color: 13364162.
HSL color Cylindrical-coordinate representation of color #C2EBCB: hue angle of 133.17º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EBCB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 203 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.08 |
| HSL | 133.17º | 0.51% | 0.84% | - |
| HSV(B) | 133.17º | 0.17% | 0.92% | - |
| XYZ | 62.74 | 75.2 | 67.71 | - |
| YUV | 219.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 203 | 0.17 | 0 | 0.14 | 0.08 | 133.17 | 0.51 | 0.84 |
| Hex | C2 | EB | CB | 11 | 0 | E | 8 | 85 | 33 | 54 |
| Octal | 302 | 353 | 313 | 21 | 0 | 16 | 10 | 205 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11001011 | 10001 | 0 | 1110 | 1000 | 10000101 | 110011 | 1010100 |
Color Harmonies of #C2EBCB
Complementary color
Monochromatic Colors of #C2EBCB
Black with #C2EBCB
Text Example
Text Example
White with #C2EBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBCB; }
p { color: rgb(194,235,203); }
H1.HeaderClassName
{
color: #C2EBCB;
}
.AnyTagClassName
{
color: #C2EBCB;
}
</style>
background-color css
<style>
a { background-color: #C2EBCB; }
a { background-color: rgb(194,235,203); }
div.DivClassName
{
background-color: #C2EBCB;
}
.BgClassName
{
background-color: #C2EBCB;
}
</style>
border-color css
<style>
span { border-color: #C2EBCB; }
span { border-color: rgb(194,235,203); }
td.TdClassName
{
border-color: #C2EBCB;
}
.TagClassName
{
border-color: #C2EBCB;
}
</style>