Html Css Color HEX #AAEBA0 Madang

📋 copy color: '#AAEBA0'

red 170 ◦ green 235 ◦ blue 160

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

Shades of Madang #AAEBA0

Tints of Madang #AAEBA0

RGB

 RED value IS 170 (66.8% 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 value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#AAEBA0 (or 0xAAEBA0) is known color: 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

RGB 170 235 160 -
CMYK 0.28 0 0.32 0.08
HSL 112º 0.65% 0.77% -
HSV(B) 112º 0.32% 0.92% -
XYZ 52.63 70.5 44.09 -
YUV 207.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 170 235 160 0.28 0 0.32 0.08 112 0.65 0.77
Hex AA EB A0 1C 0 20 8 70 41 4D
Octal 252 353 240 34 0 40 10 160 101 115
Binary 10101010 11101011 10100000 11100 0 100000 1000 1110000 1000001 1001101

Color Harmonies of #AAEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBA0

Black with #AAEBA0

Text Example


Text Example

White with #AAEBA0

Text Example


Text Example

HTML Codes & Css Web 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>