#c7edc6

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

Shades of Granny Apple #C7EDC6

Tints of Granny Apple #C7EDC6

Color information

#C7EDC6 (or 0xC7EDC6) is unknown color: approx Granny Apple. HEX triplet: C7, ED and C6. RGB value is (199,237,198). Sum of RGB (Red+Green+Blue) = 199+237+198=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDC6 is #381239. Grayscale: #DDDDDD. Windows color (decimal): -3674682 or 13036999. OLE color: 13036999.

HSL color Cylindrical-coordinate representation of color #C7EDC6: hue angle of 118.46º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDC6 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB199237198-
CMYK0.1600.160.07
HSL118.46º52%85.29%-
HSV(B)118.46º16.46%92.94%-
XYZ64.0376.7964.87-
YUV221.19114.91112.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.39%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=31.39%
G=37.38%
B=31.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992371980.1600.160.07118.465285.29
HexC7EDC6100107763455
Octal30735530620020716664125
Binary1100011111101101110001101000001000011111101101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7edc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7edc6; }

 p { color: rgb(199,237,198); }

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

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

 a { background-color: rgb(199,237,198); }

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

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

 span { border-color: rgb(199,237,198); }

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