#AAC8B5

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

Shades of Gum Leaf #AAC8B5

Tints of Gum Leaf #AAC8B5

Color information

#AAC8B5 (or 0xAAC8B5) is unknown color: approx Gum Leaf. HEX triplet: AA, C8 and B5. RGB value is (170,200,181). Sum of RGB (Red+Green+Blue) = 170+200+181=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8B5 is #55374A. Grayscale: #BCBCBC. Windows color (decimal): -5584715 or 11913386. OLE color: 11913386.

HSL color Cylindrical-coordinate representation of color #AAC8B5: hue angle of 142º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8B5 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB170200181-
CMYK0.1500.090.22
HSL142º21.43%72.55%-
HSV(B)142º15%78.43%-
XYZ45.5753.1951.58-
YUV188.86123.56114.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=30.85%
G=36.30%
B=32.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001810.1500.090.2214221.4372.55
HexAAC8B5F09168e1549
Octal252310265170112621625111
Binary1010101011001000101101011111010011011010001110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8B5; }

 p { color: rgb(170,200,181); }

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

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

 a { background-color: rgb(170,200,181); }

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

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

 span { border-color: rgb(170,200,181); }

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