Shades of Granny Apple #C0EACA
Tints of Granny Apple #C0EACA
RGB
CMYK
RGB Variations
Color information
#C0EACA (or 0xC0EACA) is known color: Granny Apple. HEX triplet: C0, EA and CA. RGB value is (192,234,202). Sum of RGB (Red+Green+Blue) = 192+234+202=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EACA is #3F1535. Grayscale: #D9D9D9. Windows color (decimal): -4134198 or 13298368. OLE color: 13298368.
HSL color Cylindrical-coordinate representation of color #C0EACA: hue angle of 134.29º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EACA is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 202 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.08 |
| HSL | 134.29º | 0.5% | 0.84% | - |
| HSV(B) | 134.29º | 0.18% | 0.92% | - |
| XYZ | 61.82 | 74.32 | 66.96 | - |
| YUV | 217.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 202 | 0.18 | 0 | 0.14 | 0.08 | 134.29 | 0.5 | 0.84 |
| Hex | C0 | EA | CA | 12 | 0 | E | 8 | 86 | 32 | 54 |
| Octal | 300 | 352 | 312 | 22 | 0 | 16 | 10 | 206 | 62 | 124 |
| Binary | 11000000 | 11101010 | 11001010 | 10010 | 0 | 1110 | 1000 | 10000110 | 110010 | 1010100 |
Color Harmonies of #C0EACA
Complementary color
Monochromatic Colors of #C0EACA
Black with #C0EACA
Text Example
Text Example
White with #C0EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EACA; }
p { color: rgb(192,234,202); }
H1.HeaderClassName
{
color: #C0EACA;
}
.AnyTagClassName
{
color: #C0EACA;
}
</style>
background-color css
<style>
a { background-color: #C0EACA; }
a { background-color: rgb(192,234,202); }
div.DivClassName
{
background-color: #C0EACA;
}
.BgClassName
{
background-color: #C0EACA;
}
</style>
border-color css
<style>
span { border-color: #C0EACA; }
span { border-color: rgb(192,234,202); }
td.TdClassName
{
border-color: #C0EACA;
}
.TagClassName
{
border-color: #C0EACA;
}
</style>