Shades of Granny Apple #C2EBCD
Tints of Granny Apple #C2EBCD
RGB
CMYK
RGB Variations
Color information
#C2EBCD (or 0xC2EBCD) is known color: Granny Apple. HEX triplet: C2, EB and CD. RGB value is (194,235,205). Sum of RGB (Red+Green+Blue) = 194+235+205=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBCD is #3D1432. Grayscale: #DBDBDB. Windows color (decimal): -4002867 or 13495234. OLE color: 13495234.
HSL color Cylindrical-coordinate representation of color #C2EBCD: hue angle of 136.1º 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 #C2EBCD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 205 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.08 |
| HSL | 136.1º | 0.51% | 0.84% | - |
| HSV(B) | 136.1º | 0.17% | 0.92% | - |
| XYZ | 62.98 | 75.29 | 68.97 | - |
| YUV | 219.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 205 | 0.17 | 0 | 0.13 | 0.08 | 136.1 | 0.51 | 0.84 |
| Hex | C2 | EB | CD | 11 | 0 | D | 8 | 88 | 33 | 54 |
| Octal | 302 | 353 | 315 | 21 | 0 | 15 | 10 | 210 | 63 | 124 |
| Binary | 11000010 | 11101011 | 11001101 | 10001 | 0 | 1101 | 1000 | 10001000 | 110011 | 1010100 |
Color Harmonies of #C2EBCD
Complementary color
Monochromatic Colors of #C2EBCD
Black with #C2EBCD
Text Example
Text Example
White with #C2EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EBCD; }
p { color: rgb(194,235,205); }
H1.HeaderClassName
{
color: #C2EBCD;
}
.AnyTagClassName
{
color: #C2EBCD;
}
</style>
background-color css
<style>
a { background-color: #C2EBCD; }
a { background-color: rgb(194,235,205); }
div.DivClassName
{
background-color: #C2EBCD;
}
.BgClassName
{
background-color: #C2EBCD;
}
</style>
border-color css
<style>
span { border-color: #C2EBCD; }
span { border-color: rgb(194,235,205); }
td.TdClassName
{
border-color: #C2EBCD;
}
.TagClassName
{
border-color: #C2EBCD;
}
</style>