#AEC1B2

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

Shades of Gum Leaf #AEC1B2

Tints of Gum Leaf #AEC1B2

Color information

#AEC1B2 (or 0xAEC1B2) is unknown color: approx Gum Leaf. HEX triplet: AE, C1 and B2. RGB value is (174,193,178). Sum of RGB (Red+Green+Blue) = 174+193+178=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC1B2 is #513E4D. Grayscale: #B9B9B9. Windows color (decimal): -5324366 or 11714990. OLE color: 11714990.

HSL color Cylindrical-coordinate representation of color #AEC1B2: hue angle of 132.63º 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 #AEC1B2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB174193178-
CMYK0.1000.080.24
HSL132.63º13.29%71.96%-
HSV(B)132.63º9.84%75.69%-
XYZ44.5650.3549.49-
YUV185.61123.71119.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=31.93%
G=35.41%
B=32.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931780.1000.080.24132.6313.2971.96
HexAEC1B2A081885d48
Octal256301262120103020515110
Binary101011101100000110110010101001000110001000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1B2; }

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

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

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

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

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

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

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

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