#C2FACC

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

Shades of Granny Apple #C2FACC

Tints of Granny Apple #C2FACC

Color information

#C2FACC (or 0xC2FACC) is unknown color: approx Granny Apple. HEX triplet: C2, FA and CC. RGB value is (194,250,204). Sum of RGB (Red+Green+Blue) = 194+250+204=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FACC is #3D0533. Grayscale: #E4E4E4. Windows color (decimal): -3999028 or 13433538. OLE color: 13433538.

HSL color Cylindrical-coordinate representation of color #C2FACC: hue angle of 130.71º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FACC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB194250204-
CMYK0.2200.180.02
HSL130.71º84.85%87.06%-
HSV(B)130.71º22.4%98.04%-
XYZ67.3384.269.83-
YUV228.01114.45103.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.94%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=29.94%
G=38.58%
B=31.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502040.2200.180.02130.7184.8587.06
HexC2FACC160122835557
Octal302372314260222203125127
Binary11000010111110101100110010110010010101000001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FACC; }

 p { color: rgb(194,250,204); }

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

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

 a { background-color: rgb(194,250,204); }

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

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

 span { border-color: rgb(194,250,204); }

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