#AACCB4

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

Shades of Gum Leaf #AACCB4

Tints of Gum Leaf #AACCB4

Color information

#AACCB4 (or 0xAACCB4) is unknown color: approx Gum Leaf. HEX triplet: AA, CC and B4. RGB value is (170,204,180). Sum of RGB (Red+Green+Blue) = 170+204+180=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCB4 is #55334B. Grayscale: #BFBFBF. Windows color (decimal): -5583692 or 11848874. OLE color: 11848874.

HSL color Cylindrical-coordinate representation of color #AACCB4: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCB4 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB170204180-
CMYK0.1700.120.2
HSL137.65º25%73.33%-
HSV(B)137.65º16.67%80%-
XYZ46.4155.0351.36-
YUV191.1121.74112.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=30.69%
G=36.82%
B=32.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041800.1700.120.2137.652573.33
HexAACCB4110C148a1949
Octal252314264210142421231111
Binary10101010110011001011010010001011001010010001010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCB4; }

 p { color: rgb(170,204,180); }

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

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

 a { background-color: rgb(170,204,180); }

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

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

 span { border-color: rgb(170,204,180); }

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