#C6FACA

Color #C6FACA Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C6FACA

Tints of Granny Apple #C6FACA

Color information

#C6FACA (or 0xC6FACA) is unknown color: approx Granny Apple. HEX triplet: C6, FA and CA. RGB value is (198,250,202). Sum of RGB (Red+Green+Blue) = 198+250+202=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FACA is #390535. Grayscale: #E5E5E5. Windows color (decimal): -3736886 or 13302470. OLE color: 13302470.

HSL color Cylindrical-coordinate representation of color #C6FACA: hue angle of 124.62º 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 #C6FACA is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB198250202-
CMYK0.2100.190.02
HSL124.62º83.87%87.84%-
HSV(B)124.62º20.8%98.04%-
XYZ68.1384.6468.62-
YUV228.98112.77105.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 30.46%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=30.46%
G=38.46%
B=31.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982502020.2100.190.02124.6283.8787.84
HexC6FACA1501327d5458
Octal306372312250232175124130
Binary1100011011111010110010101010101001110111110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FACA; }

 p { color: rgb(198,250,202); }

 H1.HeaderClassName
 {
   color: #C6FACA;
 }
 .AnyTagClassName
 {
   color: #C6FACA;
 }
</style>
background-color css

<style>
 a { background-color: #C6FACA; }

 a { background-color: rgb(198,250,202); }

 div.DivClassName
 {
   background-color: #C6FACA;
 }
 .BgClassName
 {
   background-color: #C6FACA;
 }
</style>
border-color css

<style>
 span { border-color: #C6FACA; }

 span { border-color: rgb(198,250,202); }

 td.TdClassName
 {
   border-color: #C6FACA;
 }
 .TagClassName
 {
   border-color: #C6FACA;
 }
</style>