#AEC8B5

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

Shades of Gum Leaf #AEC8B5

Tints of Gum Leaf #AEC8B5

Color information

#AEC8B5 (or 0xAEC8B5) is unknown color: approx Gum Leaf. HEX triplet: AE, C8 and B5. RGB value is (174,200,181). Sum of RGB (Red+Green+Blue) = 174+200+181=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8B5 is #51374A. Grayscale: #BEBEBE. Windows color (decimal): -5322571 or 11913390. OLE color: 11913390.

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

Color convert

RGB174200181-
CMYK0.1300.090.22
HSL136.15º19.12%73.33%-
HSV(B)136.15º13%78.43%-
XYZ46.4553.6451.62-
YUV190.06122.89116.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 200 (78.52% from 255) = 36.04%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=31.35%
G=36.04%
B=32.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001810.1300.090.22136.1519.1273.33
HexAEC8B5D0916881349
Octal256310265150112621023111
Binary1010111011001000101101011101010011011010001000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8B5; }

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

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

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

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

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

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

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

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