Html Css Color HEX #AADAA0 Madang

📋 copy color: '#AADAA0'

red 170 ◦ green 218 ◦ blue 160

#AADAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #AADAA0

Tints of Madang #AADAA0

RGB

 RED value IS 170 (66.8% from 255) = 31.02%

 GREEN value IS 218 (85.55% from 255) = 39.78%

 BLUE value IS 160 (62.89% from 255) = 29.2%

R = 31.02%
G = 39.78%
B = 29.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#AADAA0 (or 0xAADAA0) is known color: Madang. HEX triplet: AA, DA and A0. RGB value is (170,218,160). Sum of RGB (Red+Green+Blue) = 170+218+160=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAA0 is #55255F. Grayscale: #C5C5C5. Windows color (decimal): -5580128 or 10541738. OLE color: 10541738.

HSL color Cylindrical-coordinate representation of color #AADAA0: hue angle of 109.66º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADAA0 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 160 -
CMYK 0.22 0 0.27 0.15
HSL 109.66º 0.44% 0.74% -
HSV(B) 109.66º 0.27% 0.85% -
XYZ 47.99 61.23 42.55 -
YUV 197.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 170 218 160 0.22 0 0.27 0.15 109.66 0.44 0.74
Hex AA DA A0 16 0 1B F 6E 2C 4A
Octal 252 332 240 26 0 33 17 156 54 112
Binary 10101010 11011010 10100000 10110 0 11011 1111 1101110 101100 1001010

Color Harmonies of #AADAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAA0

Black with #AADAA0

Text Example


Text Example

White with #AADAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAA0; }

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

 H1.HeaderClassName
 {
   color: #AADAA0;
 }
 .AnyTagClassName
 {
   color: #AADAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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