#AACBB0

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

Shades of Gum Leaf #AACBB0

Tints of Gum Leaf #AACBB0

Color information

#AACBB0 (or 0xAACBB0) is unknown color: approx Gum Leaf. HEX triplet: AA, CB and B0. RGB value is (170,203,176). Sum of RGB (Red+Green+Blue) = 170+203+176=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBB0 is #55344F. Grayscale: #BEBEBE. Windows color (decimal): -5583952 or 11586474. OLE color: 11586474.

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

Color convert

RGB170203176-
CMYK0.1600.130.20
HSL130.91º24.09%73.14%-
HSV(B)130.91º16.26%79.61%-
XYZ45.7754.3949.16-
YUV190.05120.07113.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=30.97%
G=36.98%
B=32.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031760.1600.130.20130.9124.0973.14
HexAACBB0100D14831849
Octal252313260200152420330111
Binary10101010110010111011000010000011011010010000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBB0; }

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

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

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

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

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

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

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

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