Html Css Color HEX #AED6A6 Madang

📋 copy color: '#AED6A6'

red 174 ◦ green 214 ◦ blue 166

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

Shades of Madang #AED6A6

Tints of Madang #AED6A6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

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

R = 31.41%
G = 38.63%
B = 29.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#AED6A6 (or 0xAED6A6) is known color: Madang. HEX triplet: AE, D6 and A6. RGB value is (174,214,166). Sum of RGB (Red+Green+Blue) = 174+214+166=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6A6 is #512959. Grayscale: #C4C4C4. Windows color (decimal): -5319002 or 10933934. OLE color: 10933934.

HSL color Cylindrical-coordinate representation of color #AED6A6: hue angle of 110º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED6A6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 166 -
CMYK 0.19 0 0.22 0.16
HSL 110º 0.37% 0.75% -
HSV(B) 110º 0.22% 0.84% -
XYZ 48.39 59.84 45.08 -
YUV 196.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 174 214 166 0.19 0 0.22 0.16 110 0.37 0.75
Hex AE D6 A6 13 0 16 10 6E 25 4B
Octal 256 326 246 23 0 26 20 156 45 113
Binary 10101110 11010110 10100110 10011 0 10110 10000 1101110 100101 1001011

Color Harmonies of #AED6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6A6

Black with #AED6A6

Text Example


Text Example

White with #AED6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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