#AECAB2

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

Shades of Gum Leaf #AECAB2

Tints of Gum Leaf #AECAB2

Color information

#AECAB2 (or 0xAECAB2) is unknown color: approx Gum Leaf. HEX triplet: AE, CA and B2. RGB value is (174,202,178). Sum of RGB (Red+Green+Blue) = 174+202+178=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAB2 is #51354D. Grayscale: #BEBEBE. Windows color (decimal): -5322062 or 11717294. OLE color: 11717294.

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

Color convert

RGB174202178-
CMYK0.1400.120.21
HSL128.57º20.9%73.73%-
HSV(B)128.57º13.86%79.22%-
XYZ46.6154.4550.17-
YUV190.89120.72115.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=31.41%
G=36.46%
B=32.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021780.1400.120.21128.5720.973.73
HexAECAB2E0C1581154a
Octal256312262160142520125112
Binary1010111011001010101100101110011001010110000001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB2; }

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

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

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

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

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

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

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

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