#AAEBA0

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

Shades of Madang #AAEBA0

Tints of Madang #AAEBA0

Color information

#AAEBA0 (or 0xAAEBA0) is unknown color: approx Madang. HEX triplet: AA, EB and A0. RGB value is (170,235,160). Sum of RGB (Red+Green+Blue) = 170+235+160=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBA0 is #55145F. Grayscale: #CFCFCF. Windows color (decimal): -5575776 or 10546090. OLE color: 10546090.

HSL color Cylindrical-coordinate representation of color #AAEBA0: hue angle of 112º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEBA0 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB170235160-
CMYK0.2800.320.08
HSL112º65.22%77.45%-
HSV(B)112º31.91%92.16%-
XYZ52.6370.544.09-
YUV207.02101.47101.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=30.09%
G=41.59%
B=28.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351600.2800.320.0811265.2277.45
HexAAEBA01C020870414d
Octal2523532403404010160101115
Binary1010101011101011101000001110001000001000111000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBA0; }

 p { color: rgb(170,235,160); }

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

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

 a { background-color: rgb(170,235,160); }

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

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

 span { border-color: rgb(170,235,160); }

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