#AECEB3

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

Shades of Gum Leaf #AECEB3

Tints of Gum Leaf #AECEB3

Color information

#AECEB3 (or 0xAECEB3) is unknown color: approx Gum Leaf. HEX triplet: AE, CE and B3. RGB value is (174,206,179). Sum of RGB (Red+Green+Blue) = 174+206+179=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB3 is #51314C. Grayscale: #C1C1C1. Windows color (decimal): -5321037 or 11783854. OLE color: 11783854.

HSL color Cylindrical-coordinate representation of color #AECEB3: hue angle of 129.37º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEB3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB174206179-
CMYK0.1600.130.19
HSL129.37º24.62%74.51%-
HSV(B)129.37º15.53%80.78%-
XYZ47.6656.451.02-
YUV193.35119.9114.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=31.13%
G=36.85%
B=32.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061790.1600.130.19129.3724.6274.51
HexAECEB3100D1381194b
Octal256316263200152320131113
Binary10101110110011101011001110000011011001110000001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEB3; }

 p { color: rgb(174,206,179); }

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

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

 a { background-color: rgb(174,206,179); }

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

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

 span { border-color: rgb(174,206,179); }

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