Html Css Color HEX #AEDBA5 Madang

📋 copy color: '#AEDBA5'

red 174 ◦ green 219 ◦ blue 165

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

Shades of Madang #AEDBA5

Tints of Madang #AEDBA5

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 value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 174 219 165 -
CMYK 0.21 0 0.25 0.14
HSL 110º 0.43% 0.75% -
HSV(B) 110º 0.25% 0.86% -
XYZ 49.58 62.38 45.02 -
YUV 199.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 174 219 165 0.21 0 0.25 0.14 110 0.43 0.75
Hex AE DB A5 15 0 19 E 6E 2B 4B
Octal 256 333 245 25 0 31 16 156 53 113
Binary 10101110 11011011 10100101 10101 0 11001 1110 1101110 101011 1001011

Color Harmonies of #AEDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBA5

Black with #AEDBA5

Text Example


Text Example

White with #AEDBA5

Text Example


Text Example

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