Html Css Color HEX #AED3A5 Madang

📋 copy color: '#AED3A5'

red 174 ◦ green 211 ◦ blue 165

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

Shades of Madang #AED3A5

Tints of Madang #AED3A5

RGB

 RED value IS 174 (68.36% from 255) = 31.64%

 GREEN value IS 211 (82.81% from 255) = 38.36%

 BLUE value IS 165 (64.84% from 255) = 30%

R = 31.64%
G = 38.36%
B = 30%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#AED3A5 (or 0xAED3A5) is known color: Madang. HEX triplet: AE, D3 and A5. RGB value is (174,211,165). Sum of RGB (Red+Green+Blue) = 174+211+165=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED3A5 is #512C5A. Grayscale: #C2C2C2. Windows color (decimal): -5319771 or 10867630. OLE color: 10867630.

HSL color Cylindrical-coordinate representation of color #AED3A5: hue angle of 108.26º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED3A5 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 165 -
CMYK 0.18 0 0.22 0.17
HSL 108.26º 0.34% 0.74% -
HSV(B) 108.26º 0.22% 0.83% -
XYZ 47.54 58.3 44.35 -
YUV 194.69 111.24 113.24 -
System Red Green Blue C M Y K H S L
Decimal 174 211 165 0.18 0 0.22 0.17 108.26 0.34 0.74
Hex AE D3 A5 12 0 16 11 6C 22 4A
Octal 256 323 245 22 0 26 21 154 42 112
Binary 10101110 11010011 10100101 10010 0 10110 10001 1101100 100010 1001010

Color Harmonies of #AED3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3A5

Black with #AED3A5

Text Example


Text Example

White with #AED3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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