#C6EDCD

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

Shades of Granny Apple #C6EDCD

Tints of Granny Apple #C6EDCD

Color information

#C6EDCD (or 0xC6EDCD) is unknown color: approx Granny Apple. HEX triplet: C6, ED and CD. RGB value is (198,237,205). Sum of RGB (Red+Green+Blue) = 198+237+205=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDCD is #391232. Grayscale: #DDDDDD. Windows color (decimal): -3740211 or 13495750. OLE color: 13495750.

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

Color convert

RGB198237205-
CMYK0.1600.140.07
HSL130.77º52%85.29%-
HSV(B)130.77º16.46%92.94%-
XYZ64.5976.9869.21-
YUV221.69118.58111.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.94%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=30.94%
G=37.03%
B=32.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1982372050.1600.140.07130.775285.29
HexC6EDCD100E7833455
Octal30635531520016720364125
Binary1100011011101101110011011000001110111100000111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EDCD; }

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

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

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

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

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

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

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

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