#AECAB1

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

Shades of Gum Leaf #AECAB1

Tints of Gum Leaf #AECAB1

Color information

#AECAB1 (or 0xAECAB1) is unknown color: approx Gum Leaf. HEX triplet: AE, CA and B1. RGB value is (174,202,177). Sum of RGB (Red+Green+Blue) = 174+202+177=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAB1 is #51354E. Grayscale: #BEBEBE. Windows color (decimal): -5322063 or 11651758. OLE color: 11651758.

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

Color convert

RGB174202177-
CMYK0.1400.120.21
HSL126.43º20.9%73.73%-
HSV(B)126.43º13.86%79.22%-
XYZ46.5154.4149.65-
YUV190.78120.22116.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=31.46%
G=36.53%
B=32.01%

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
Decimal1742021770.1400.120.21126.4320.973.73
HexAECAB1E0C157e154a
Octal256312261160142517625112
Binary101011101100101010110001111001100101011111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB1; }

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

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

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

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

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

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

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

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