#AECFB9

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

Shades of Gum Leaf #AECFB9

Tints of Gum Leaf #AECFB9

Color information

#AECFB9 (or 0xAECFB9) is unknown color: approx Gum Leaf. HEX triplet: AE, CF and B9. RGB value is (174,207,185). Sum of RGB (Red+Green+Blue) = 174+207+185=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB9 is #513046. Grayscale: #C2C2C2. Windows color (decimal): -5320775 or 12177326. OLE color: 12177326.

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

Color convert

RGB174207185-
CMYK0.1600.110.19
HSL140º25.58%74.71%-
HSV(B)140º15.94%81.18%-
XYZ48.5357.1354.37-
YUV194.62122.57113.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=30.74%
G=36.57%
B=32.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071850.1600.110.1914025.5874.71
HexAECFB9100B138c1a4b
Octal256317271200132321432113
Binary10101110110011111011100110000010111001110001100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFB9; }

 p { color: rgb(174,207,185); }

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

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

 a { background-color: rgb(174,207,185); }

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

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

 span { border-color: rgb(174,207,185); }

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