#AECEB6

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

Shades of Gum Leaf #AECEB6

Tints of Gum Leaf #AECEB6

Color information

#AECEB6 (or 0xAECEB6) is unknown color: approx Gum Leaf. HEX triplet: AE, CE and B6. RGB value is (174,206,182). Sum of RGB (Red+Green+Blue) = 174+206+182=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB6 is #513149. Grayscale: #C1C1C1. Windows color (decimal): -5321034 or 11980462. OLE color: 11980462.

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

Color convert

RGB174206182-
CMYK0.1600.120.19
HSL135º24.62%74.51%-
HSV(B)135º15.53%80.78%-
XYZ47.9756.5252.64-
YUV193.7121.4113.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=30.96%
G=36.65%
B=32.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061820.1600.120.1913524.6274.51
HexAECEB6100C1387194b
Octal256316266200142320731113
Binary10101110110011101011011010000011001001110000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEB6; }

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

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

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

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

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

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

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

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