#AECAB5

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

Shades of Gum Leaf #AECAB5

Tints of Gum Leaf #AECAB5

Color information

#AECAB5 (or 0xAECAB5) is unknown color: approx Gum Leaf. HEX triplet: AE, CA and B5. RGB value is (174,202,181). Sum of RGB (Red+Green+Blue) = 174+202+181=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB5 is #51354A. Grayscale: #BFBFBF. Windows color (decimal): -5322059 or 11913902. OLE color: 11913902.

HSL color Cylindrical-coordinate representation of color #AECAB5: hue angle of 135º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB174202181-
CMYK0.1400.100.21
HSL135º20.9%73.73%-
HSV(B)135º13.86%79.22%-
XYZ46.9254.5851.78-
YUV191.23122.22115.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=31.24%
G=36.27%
B=32.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021810.1400.100.2113520.973.73
HexAECAB5E0A1587154a
Octal256312265160122520725112
Binary1010111011001010101101011110010101010110000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB5; }

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

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

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

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

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

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

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

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