Shades of Granny Apple #C0F3C6
Tints of Granny Apple #C0F3C6
RGB
CMYK
RGB Variations
Color information
#C0F3C6 (or 0xC0F3C6) is known color: Granny Apple. HEX triplet: C0, F3 and C6. RGB value is (192,243,198). Sum of RGB (Red+Green+Blue) = 192+243+198=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3C6 is #3F0C39. Grayscale: #DEDEDE. Windows color (decimal): -4131898 or 13038528. OLE color: 13038528.
HSL color Cylindrical-coordinate representation of color #C0F3C6: hue angle of 127.06º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3C6 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 198 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.05 |
| HSL | 127.06º | 0.68% | 0.85% | - |
| HSV(B) | 127.06º | 0.21% | 0.95% | - |
| XYZ | 63.98 | 79.38 | 65.38 | - |
| YUV | 222.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 198 | 0.21 | 0 | 0.19 | 0.05 | 127.06 | 0.68 | 0.85 |
| Hex | C0 | F3 | C6 | 15 | 0 | 13 | 5 | 7F | 44 | 55 |
| Octal | 300 | 363 | 306 | 25 | 0 | 23 | 5 | 177 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11000110 | 10101 | 0 | 10011 | 101 | 1111111 | 1000100 | 1010101 |
Color Harmonies of #C0F3C6
Complementary color
Monochromatic Colors of #C0F3C6
Black with #C0F3C6
Text Example
Text Example
White with #C0F3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3C6; }
p { color: rgb(192,243,198); }
H1.HeaderClassName
{
color: #C0F3C6;
}
.AnyTagClassName
{
color: #C0F3C6;
}
</style>
background-color css
<style>
a { background-color: #C0F3C6; }
a { background-color: rgb(192,243,198); }
div.DivClassName
{
background-color: #C0F3C6;
}
.BgClassName
{
background-color: #C0F3C6;
}
</style>
border-color css
<style>
span { border-color: #C0F3C6; }
span { border-color: rgb(192,243,198); }
td.TdClassName
{
border-color: #C0F3C6;
}
.TagClassName
{
border-color: #C0F3C6;
}
</style>