#AECAB4

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

Shades of Gum Leaf #AECAB4

Tints of Gum Leaf #AECAB4

Color information

#AECAB4 (or 0xAECAB4) is unknown color: approx Gum Leaf. HEX triplet: AE, CA and B4. RGB value is (174,202,180). Sum of RGB (Red+Green+Blue) = 174+202+180=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB4 is #51354B. Grayscale: #BFBFBF. Windows color (decimal): -5322060 or 11848366. OLE color: 11848366.

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

Color convert

RGB174202180-
CMYK0.1400.110.21
HSL132.86º20.9%73.73%-
HSV(B)132.86º13.86%79.22%-
XYZ46.8154.5451.24-
YUV191.12121.72115.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=31.29%
G=36.33%
B=32.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021800.1400.110.21132.8620.973.73
HexAECAB4E0B1585154a
Octal256312264160132520525112
Binary1010111011001010101101001110010111010110000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB4; }

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

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

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

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

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

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

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

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