#A6CFAE

Color #A6CFAE Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A6CFAE

Tints of Gum Leaf #A6CFAE

Color information

#A6CFAE (or 0xA6CFAE) is unknown color: approx Gum Leaf. HEX triplet: A6, CF and AE. RGB value is (166,207,174). Sum of RGB (Red+Green+Blue) = 166+207+174=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFAE is #593051. Grayscale: #BFBFBF. Windows color (decimal): -5845074 or 11456422. OLE color: 11456422.

HSL color Cylindrical-coordinate representation of color #A6CFAE: hue angle of 131.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFAE is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB166207174-
CMYK0.2000.160.19
HSL131.71º29.93%73.14%-
HSV(B)131.71º19.81%81.18%-
XYZ45.6855.7948.41-
YUV190.98118.42110.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=30.35%
G=37.84%
B=31.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071740.2000.160.19131.7129.9373.14
HexA6CFAE1401013841e49
Octal246317256240202320436111
Binary101001101100111110101110101000100001001110000100111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFAE; }

 p { color: rgb(166,207,174); }

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

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

 a { background-color: rgb(166,207,174); }

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

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

 span { border-color: rgb(166,207,174); }

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