#AECBB4

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

Shades of Gum Leaf #AECBB4

Tints of Gum Leaf #AECBB4

Color information

#AECBB4 (or 0xAECBB4) is unknown color: approx Gum Leaf. HEX triplet: AE, CB and B4. RGB value is (174,203,180). Sum of RGB (Red+Green+Blue) = 174+203+180=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBB4 is #51344B. Grayscale: #BFBFBF. Windows color (decimal): -5321804 or 11848622. OLE color: 11848622.

HSL color Cylindrical-coordinate representation of color #AECBB4: hue angle of 132.41º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBB4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB174203180-
CMYK0.1400.110.20
HSL132.41º21.8%73.92%-
HSV(B)132.41º14.29%79.61%-
XYZ47.0555.0151.32-
YUV191.71121.39115.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=31.24%
G=36.45%
B=32.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031800.1400.110.20132.4121.873.92
HexAECBB4E0B1484164a
Octal256313264160132420426112
Binary1010111011001011101101001110010111010010000100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBB4; }

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

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

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

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

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

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

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

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