#AAEDD6

Color #AAEDD6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAEDD6

Tints of Magic Mint #AAEDD6

Color information

#AAEDD6 (or 0xAAEDD6) is unknown color: approx Magic Mint. HEX triplet: AA, ED and D6. RGB value is (170,237,214). Sum of RGB (Red+Green+Blue) = 170+237+214=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDD6 is #551229. Grayscale: #D6D6D6. Windows color (decimal): -5575210 or 14085546. OLE color: 14085546.

HSL color Cylindrical-coordinate representation of color #AAEDD6: hue angle of 159.4º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDD6 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB170237214-
CMYK0.2800.100.07
HSL159.4º65.05%79.8%-
HSV(B)159.4º28.27%92.94%-
XYZ5973.9774.79-
YUV214.35127.896.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=27.38%
G=38.16%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702372140.2800.100.07159.465.0579.8
HexAAEDD61C0A79f4150
Octal252355326340127237101120
Binary10101010111011011101011011100010101111001111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDD6; }

 p { color: rgb(170,237,214); }

 H1.HeaderClassName
 {
   color: #AAEDD6;
 }
 .AnyTagClassName
 {
   color: #AAEDD6;
 }
</style>
background-color css

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

 a { background-color: rgb(170,237,214); }

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

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

 span { border-color: rgb(170,237,214); }

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