#C8FAD8

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

Shades of Granny Apple #C8FAD8

Tints of Granny Apple #C8FAD8

Color information

#C8FAD8 (or 0xC8FAD8) is unknown color: approx Granny Apple. HEX triplet: C8, FA and D8. RGB value is (200,250,216). Sum of RGB (Red+Green+Blue) = 200+250+216=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD8 is #370527. Grayscale: #E7E7E7. Windows color (decimal): -3605800 or 14219976. OLE color: 14219976.

HSL color Cylindrical-coordinate representation of color #C8FAD8: hue angle of 139.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAD8 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB200250216-
CMYK0.200.140.02
HSL139.2º83.33%88.24%-
HSV(B)139.2º20%98.04%-
XYZ70.485.6177.78-
YUV231.17119.44105.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 216 (84.77% from 255) = 32.43%
R=30.03%
G=37.54%
B=32.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502160.200.140.02139.283.3388.24
HexC8FAD8140E28b5358
Octal310372330240162213123130
Binary1100100011111010110110001010001110101000101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAD8; }

 p { color: rgb(200,250,216); }

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

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

 a { background-color: rgb(200,250,216); }

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

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

 span { border-color: rgb(200,250,216); }

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