#A6CEAF

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

Shades of Gum Leaf #A6CEAF

Tints of Gum Leaf #A6CEAF

Color information

#A6CEAF (or 0xA6CEAF) is unknown color: approx Gum Leaf. HEX triplet: A6, CE and AF. RGB value is (166,206,175). Sum of RGB (Red+Green+Blue) = 166+206+175=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEAF is #593150. Grayscale: #BEBEBE. Windows color (decimal): -5845329 or 11521702. OLE color: 11521702.

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

Color convert

RGB166206175-
CMYK0.1900.150.19
HSL133.5º28.99%72.94%-
HSV(B)133.5º19.42%80.78%-
XYZ45.5455.3448.84-
YUV190.51119.25110.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=30.35%
G=37.66%
B=31.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061750.1900.150.19133.528.9972.94
HexA6CEAF130F13861d49
Octal246316257230172320635111
Binary10100110110011101010111110011011111001110000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEAF; }

 p { color: rgb(166,206,175); }

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

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

 a { background-color: rgb(166,206,175); }

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

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

 span { border-color: rgb(166,206,175); }

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