#AEC1B0

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

Shades of Gum Leaf #AEC1B0

Tints of Gum Leaf #AEC1B0

Color information

#AEC1B0 (or 0xAEC1B0) is unknown color: approx Gum Leaf. HEX triplet: AE, C1 and B0. RGB value is (174,193,176). Sum of RGB (Red+Green+Blue) = 174+193+176=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC1B0 is #513E4F. Grayscale: #B9B9B9. Windows color (decimal): -5324368 or 11583918. OLE color: 11583918.

HSL color Cylindrical-coordinate representation of color #AEC1B0: hue angle of 126.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC1B0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB174193176-
CMYK0.1000.090.24
HSL126.32º13.29%71.96%-
HSV(B)126.32º9.84%75.69%-
XYZ44.3650.2748.44-
YUV185.38122.71119.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=32.04%
G=35.54%
B=32.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931760.1000.090.24126.3213.2971.96
HexAEC1B0A09187ed48
Octal256301260120113017615110
Binary10101110110000011011000010100100111000111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1B0; }

 p { color: rgb(174,193,176); }

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

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

 a { background-color: rgb(174,193,176); }

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

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

 span { border-color: rgb(174,193,176); }

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