#AEDBA5

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

Shades of Madang #AEDBA5

Tints of Madang #AEDBA5

Color information

#AEDBA5 (or 0xAEDBA5) is unknown color: approx Madang. HEX triplet: AE, DB and A5. RGB value is (174,219,165). Sum of RGB (Red+Green+Blue) = 174+219+165=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA5 is #51245A. Grayscale: #C7C7C7. Windows color (decimal): -5317723 or 10869678. OLE color: 10869678.

HSL color Cylindrical-coordinate representation of color #AEDBA5: hue angle of 110º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDBA5 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB174219165-
CMYK0.2100.250.14
HSL110º42.86%75.29%-
HSV(B)110º24.66%85.88%-
XYZ49.5862.3845.02-
YUV199.39108.59109.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=31.18%
G=39.25%
B=29.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191650.2100.250.1411042.8675.29
HexAEDBA515019E6e2b4b
Octal256333245250311615653113
Binary10101110110110111010010110101011001111011011101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBA5; }

 p { color: rgb(174,219,165); }

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

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

 a { background-color: rgb(174,219,165); }

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

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

 span { border-color: rgb(174,219,165); }

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