Shades of Granny Apple #C0F8C6
Tints of Granny Apple #C0F8C6
RGB
CMYK
RGB Variations
Color information
#C0F8C6 (or 0xC0F8C6) is known color: Granny Apple. HEX triplet: C0, F8 and C6. RGB value is (192,248,198). Sum of RGB (Red+Green+Blue) = 192+248+198=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8C6 is #3F0739. Grayscale: #E1E1E1. Windows color (decimal): -4130618 or 13039808. OLE color: 13039808.
HSL color Cylindrical-coordinate representation of color #C0F8C6: hue angle of 126.43º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8C6 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 198 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.03 |
| HSL | 126.43º | 0.8% | 0.86% | - |
| HSV(B) | 126.43º | 0.23% | 0.97% | - |
| XYZ | 65.5 | 82.42 | 65.88 | - |
| YUV | 225.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 198 | 0.23 | 0 | 0.20 | 0.03 | 126.43 | 0.8 | 0.86 |
| Hex | C0 | F8 | C6 | 17 | 0 | 14 | 3 | 7E | 50 | 56 |
| Octal | 300 | 370 | 306 | 27 | 0 | 24 | 3 | 176 | 120 | 126 |
| Binary | 11000000 | 11111000 | 11000110 | 10111 | 0 | 10100 | 11 | 1111110 | 1010000 | 1010110 |
Color Harmonies of #C0F8C6
Complementary color
Monochromatic Colors of #C0F8C6
Black with #C0F8C6
Text Example
Text Example
White with #C0F8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8C6; }
p { color: rgb(192,248,198); }
H1.HeaderClassName
{
color: #C0F8C6;
}
.AnyTagClassName
{
color: #C0F8C6;
}
</style>
background-color css
<style>
a { background-color: #C0F8C6; }
a { background-color: rgb(192,248,198); }
div.DivClassName
{
background-color: #C0F8C6;
}
.BgClassName
{
background-color: #C0F8C6;
}
</style>
border-color css
<style>
span { border-color: #C0F8C6; }
span { border-color: rgb(192,248,198); }
td.TdClassName
{
border-color: #C0F8C6;
}
.TagClassName
{
border-color: #C0F8C6;
}
</style>