#C2FAD5

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

Shades of Granny Apple #C2FAD5

Tints of Granny Apple #C2FAD5

Color information

#C2FAD5 (or 0xC2FAD5) is unknown color: approx Granny Apple. HEX triplet: C2, FA and D5. RGB value is (194,250,213). Sum of RGB (Red+Green+Blue) = 194+250+213=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAD5 is #3D052A. Grayscale: #E5E5E5. Windows color (decimal): -3999019 or 14023362. OLE color: 14023362.

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

Color convert

RGB194250213-
CMYK0.2200.150.02
HSL140.36º84.85%87.06%-
HSV(B)140.36º22.4%98.04%-
XYZ68.4484.6475.68-
YUV229.04118.95103.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.53%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=29.53%
G=38.05%
B=32.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502130.2200.150.02140.3684.8587.06
HexC2FAD5160F28c5557
Octal302372325260172214125127
Binary1100001011111010110101011011001111101000110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAD5; }

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

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

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

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

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

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

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

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