Shades of Granny Apple #C0EACC
Tints of Granny Apple #C0EACC
RGB
CMYK
RGB Variations
Color information
#C0EACC (or 0xC0EACC) is known color: Granny Apple. HEX triplet: C0, EA and CC. RGB value is (192,234,204). Sum of RGB (Red+Green+Blue) = 192+234+204=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EACC is #3F1533. Grayscale: #DADADA. Windows color (decimal): -4134196 or 13429440. OLE color: 13429440.
HSL color Cylindrical-coordinate representation of color #C0EACC: hue angle of 137.14º 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 #C0EACC is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 234 | 204 | - |
CMYK | 0.18 | 0 | 0.13 | 0.08 |
HSL | 137.14º | 0.5% | 0.84% | - |
HSV(B) | 137.14º | 0.18% | 0.92% | - |
XYZ | 62.06 | 74.41 | 68.22 | - |
YUV | 218.02 | 120.09 | 109.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 234 | 204 | 0.18 | 0 | 0.13 | 0.08 | 137.14 | 0.5 | 0.84 |
Hex | C0 | EA | CC | 12 | 0 | D | 8 | 89 | 32 | 54 |
Octal | 300 | 352 | 314 | 22 | 0 | 15 | 10 | 211 | 62 | 124 |
Binary | 11000000 | 11101010 | 11001100 | 10010 | 0 | 1101 | 1000 | 10001001 | 110010 | 1010100 |
Color Harmonies of #C0EACC
Complementary color
Monochromatic Colors of #C0EACC
Black with #C0EACC
Text Example
Text Example
White with #C0EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EACC; }
p { color: rgb(192,234,204); }
H1.HeaderClassName
{
color: #C0EACC;
}
.AnyTagClassName
{
color: #C0EACC;
}
</style>
background-color css
<style>
a { background-color: #C0EACC; }
a { background-color: rgb(192,234,204); }
div.DivClassName
{
background-color: #C0EACC;
}
.BgClassName
{
background-color: #C0EACC;
}
</style>
border-color css
<style>
span { border-color: #C0EACC; }
span { border-color: rgb(192,234,204); }
td.TdClassName
{
border-color: #C0EACC;
}
.TagClassName
{
border-color: #C0EACC;
}
</style>