Shades of Granny Apple #C6FAD6
Tints of Granny Apple #C6FAD6
RGB
CMYK
RGB Variations
Color information
#C6FAD6 (or 0xC6FAD6) is known color: Granny Apple. HEX triplet: C6, FA and D6. RGB value is (198,250,214). Sum of RGB (Red+Green+Blue) = 198+250+214=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FAD6 is #390529. Grayscale: #E6E6E6. Windows color (decimal): -3736874 or 14088902. OLE color: 14088902.
HSL color Cylindrical-coordinate representation of color #C6FAD6: hue angle of 138.46º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAD6 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 214 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.02 |
| HSL | 138.46º | 0.84% | 0.88% | - |
| HSV(B) | 138.46º | 0.21% | 0.98% | - |
| XYZ | 69.61 | 85.23 | 76.4 | - |
| YUV | 230.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 214 | 0.21 | 0 | 0.14 | 0.02 | 138.46 | 0.84 | 0.88 |
| Hex | C6 | FA | D6 | 15 | 0 | E | 2 | 8A | 54 | 58 |
| Octal | 306 | 372 | 326 | 25 | 0 | 16 | 2 | 212 | 124 | 130 |
| Binary | 11000110 | 11111010 | 11010110 | 10101 | 0 | 1110 | 10 | 10001010 | 1010100 | 1011000 |
Color Harmonies of #C6FAD6
Complementary color
Monochromatic Colors of #C6FAD6
Black with #C6FAD6
Text Example
Text Example
White with #C6FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAD6; }
p { color: rgb(198,250,214); }
H1.HeaderClassName
{
color: #C6FAD6;
}
.AnyTagClassName
{
color: #C6FAD6;
}
</style>
background-color css
<style>
a { background-color: #C6FAD6; }
a { background-color: rgb(198,250,214); }
div.DivClassName
{
background-color: #C6FAD6;
}
.BgClassName
{
background-color: #C6FAD6;
}
</style>
border-color css
<style>
span { border-color: #C6FAD6; }
span { border-color: rgb(198,250,214); }
td.TdClassName
{
border-color: #C6FAD6;
}
.TagClassName
{
border-color: #C6FAD6;
}
</style>