#AACBB5

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

Shades of Gum Leaf #AACBB5

Tints of Gum Leaf #AACBB5

Color information

#AACBB5 (or 0xAACBB5) is unknown color: approx Gum Leaf. HEX triplet: AA, CB and B5. RGB value is (170,203,181). Sum of RGB (Red+Green+Blue) = 170+203+181=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBB5 is #55344A. Grayscale: #BEBEBE. Windows color (decimal): -5583947 or 11914154. OLE color: 11914154.

HSL color Cylindrical-coordinate representation of color #AACBB5: hue angle of 140º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBB5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB170203181-
CMYK0.1600.110.20
HSL140º24.09%73.14%-
HSV(B)140º16.26%79.61%-
XYZ46.2754.5951.81-
YUV190.62122.57113.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=30.69%
G=36.64%
B=32.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031810.1600.110.2014024.0973.14
HexAACBB5100B148c1849
Octal252313265200132421430111
Binary10101010110010111011010110000010111010010001100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBB5; }

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

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

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

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

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

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

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

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