#AAEDD4

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

Shades of Magic Mint #AAEDD4

Tints of Magic Mint #AAEDD4

Color information

#AAEDD4 (or 0xAAEDD4) is unknown color: approx Magic Mint. HEX triplet: AA, ED and D4. RGB value is (170,237,212). Sum of RGB (Red+Green+Blue) = 170+237+212=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDD4 is #55122B. Grayscale: #D6D6D6. Windows color (decimal): -5575212 or 13954474. OLE color: 13954474.

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

Color convert

RGB170237212-
CMYK0.2800.110.07
HSL157.61º65.05%79.8%-
HSV(B)157.61º28.27%92.94%-
XYZ58.7573.8773.45-
YUV214.12126.896.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=27.46%
G=38.29%
B=34.25%

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
Decimal1702372120.2800.110.07157.6165.0579.8
HexAAEDD41C0B79e4150
Octal252355324340137236101120
Binary10101010111011011101010011100010111111001111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDD4; }

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

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

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

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

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

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

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

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