#AABEAF

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

Shades of Gum Leaf #AABEAF

Tints of Gum Leaf #AABEAF

Color information

#AABEAF (or 0xAABEAF) is unknown color: approx Gum Leaf. HEX triplet: AA, BE and AF. RGB value is (170,190,175). Sum of RGB (Red+Green+Blue) = 170+190+175=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAF is #554150. Grayscale: #B6B6B6. Windows color (decimal): -5587281 or 11517610. OLE color: 11517610.

HSL color Cylindrical-coordinate representation of color #AABEAF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEAF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB170190175-
CMYK0.1100.080.25
HSL135º13.33%70.59%-
HSV(B)135º10.53%74.51%-
XYZ42.7348.4747.66-
YUV182.31123.87119.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=31.78%
G=35.51%
B=32.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901750.1100.080.2513513.3370.59
HexAABEAFB081987d47
Octal252276257130103120715107
Binary101010101011111010101111101101000110011000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEAF; }

 p { color: rgb(170,190,175); }

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

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

 a { background-color: rgb(170,190,175); }

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

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

 span { border-color: rgb(170,190,175); }

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