#AAEDD2

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

Shades of Magic Mint #AAEDD2

Tints of Magic Mint #AAEDD2

Color information

#AAEDD2 (or 0xAAEDD2) is unknown color: approx Magic Mint. HEX triplet: AA, ED and D2. RGB value is (170,237,210). Sum of RGB (Red+Green+Blue) = 170+237+210=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDD2 is #55122D. Grayscale: #D5D5D5. Windows color (decimal): -5575214 or 13823402. OLE color: 13823402.

HSL color Cylindrical-coordinate representation of color #AAEDD2: hue angle of 155.82º 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 #AAEDD2 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB170237210-
CMYK0.2800.110.07
HSL155.82º65.05%79.8%-
HSV(B)155.82º28.27%92.94%-
XYZ58.4973.7772.13-
YUV213.89125.896.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=27.55%
G=38.41%
B=34.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702372100.2800.110.07155.8265.0579.8
HexAAEDD21C0B79c4150
Octal252355322340137234101120
Binary10101010111011011101001011100010111111001110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDD2; }

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

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

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

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

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

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

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

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