#AECFB4

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

Shades of Gum Leaf #AECFB4

Tints of Gum Leaf #AECFB4

Color information

#AECFB4 (or 0xAECFB4) is unknown color: approx Gum Leaf. HEX triplet: AE, CF and B4. RGB value is (174,207,180). Sum of RGB (Red+Green+Blue) = 174+207+180=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB4 is #51304B. Grayscale: #C2C2C2. Windows color (decimal): -5320780 or 11849646. OLE color: 11849646.

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

Color convert

RGB174207180-
CMYK0.1600.130.19
HSL130.91º25.58%74.71%-
HSV(B)130.91º15.94%81.18%-
XYZ48.0156.9251.64-
YUV194.05120.07113.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=31.02%
G=36.90%
B=32.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071800.1600.130.19130.9125.5874.71
HexAECFB4100D13831a4b
Octal256317264200152320332113
Binary10101110110011111011010010000011011001110000011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECFB4; }

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

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

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

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

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

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

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

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