#AECAB6

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

Shades of Gum Leaf #AECAB6

Tints of Gum Leaf #AECAB6

Color information

#AECAB6 (or 0xAECAB6) is unknown color: approx Gum Leaf. HEX triplet: AE, CA and B6. RGB value is (174,202,182). Sum of RGB (Red+Green+Blue) = 174+202+182=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB6 is #513549. Grayscale: #BFBFBF. Windows color (decimal): -5322058 or 11979438. OLE color: 11979438.

HSL color Cylindrical-coordinate representation of color #AECAB6: hue angle of 137.14º 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 #AECAB6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB174202182-
CMYK0.1400.100.21
HSL137.14º20.9%73.73%-
HSV(B)137.14º13.86%79.22%-
XYZ47.0254.6252.32-
YUV191.35122.72115.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 182 (71.48% from 255) = 32.62%
R=31.18%
G=36.20%
B=32.62%

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
Decimal1742021820.1400.100.21137.1420.973.73
HexAECAB6E0A1589154a
Octal256312266160122521125112
Binary1010111011001010101101101110010101010110001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB6; }

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

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

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

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

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

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

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

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