#AECEB1

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

Shades of Gum Leaf #AECEB1

Tints of Gum Leaf #AECEB1

Color information

#AECEB1 (or 0xAECEB1) is unknown color: approx Gum Leaf. HEX triplet: AE, CE and B1. RGB value is (174,206,177). Sum of RGB (Red+Green+Blue) = 174+206+177=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEB1 is #51314E. Grayscale: #C1C1C1. Windows color (decimal): -5321039 or 11652782. OLE color: 11652782.

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

Color convert

RGB174206177-
CMYK0.1600.140.19
HSL125.62º24.62%74.51%-
HSV(B)125.62º15.53%80.78%-
XYZ47.4656.3249.96-
YUV193.13118.9114.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=31.24%
G=36.98%
B=31.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061770.1600.140.19125.6224.6274.51
HexAECEB1100E137e194b
Octal256316261200162317631113
Binary1010111011001110101100011000001110100111111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEB1; }

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

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

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

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

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

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

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

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