Html Css Color HEX #AEDCA6 Madang

📋 copy color: '#AEDCA6'

red 174 ◦ green 220 ◦ blue 166

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

Shades of Madang #AEDCA6

Tints of Madang #AEDCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 31.07%
G = 39.29%
B = 29.64%

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

#AEDCA6 (or 0xAEDCA6) is known color: Madang. HEX triplet: AE, DC and A6. RGB value is (174,220,166). Sum of RGB (Red+Green+Blue) = 174+220+166=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA6 is #512359. Grayscale: #C8C8C8. Windows color (decimal): -5317466 or 10935470. OLE color: 10935470.

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

Color convert

RGB 174 220 166 -
CMYK 0.21 0 0.25 0.14
HSL 111.11º 0.44% 0.76% -
HSV(B) 111.11º 0.25% 0.86% -
XYZ 49.93 62.94 45.59 -
YUV 200.09 108.76 109.39 -
System Red Green Blue C M Y K H S L
Decimal 174 220 166 0.21 0 0.25 0.14 111.11 0.44 0.76
Hex AE DC A6 15 0 19 E 6F 2C 4C
Octal 256 334 246 25 0 31 16 157 54 114
Binary 10101110 11011100 10100110 10101 0 11001 1110 1101111 101100 1001100

Color Harmonies of #AEDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCA6

Black with #AEDCA6

Text Example


Text Example

White with #AEDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCA6; }

 p { color: rgb(174,220,166); }

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

background-color css

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

 a { background-color: rgb(174,220,166); }

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

border-color css

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

 span { border-color: rgb(174,220,166); }

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