#C2FAD3

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

Shades of Granny Apple #C2FAD3

Tints of Granny Apple #C2FAD3

Color information

#C2FAD3 (or 0xC2FAD3) is unknown color: approx Granny Apple. HEX triplet: C2, FA and D3. RGB value is (194,250,211). Sum of RGB (Red+Green+Blue) = 194+250+211=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FAD3 is #3D052C. Grayscale: #E4E4E4. Windows color (decimal): -3999021 or 13892290. OLE color: 13892290.

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

Color convert

RGB194250211-
CMYK0.2200.160.02
HSL138.21º84.85%87.06%-
HSV(B)138.21º22.4%98.04%-
XYZ68.1984.5474.35-
YUV228.81117.95103.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.62%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=29.62%
G=38.17%
B=32.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942502110.2200.160.02138.2184.8587.06
HexC2FAD31601028a5557
Octal302372323260202212125127
Binary11000010111110101101001110110010000101000101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FAD3; }

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

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

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

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

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

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

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

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