#AAFED7

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

Shades of Magic Mint #AAFED7

Tints of Magic Mint #AAFED7

Color information

#AAFED7 (or 0xAAFED7) is unknown color: approx Magic Mint. HEX triplet: AA, FE and D7. RGB value is (170,254,215). Sum of RGB (Red+Green+Blue) = 170+254+215=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFED7 is #550128. Grayscale: #E0E0E0. Windows color (decimal): -5570857 or 14155434. OLE color: 14155434.

HSL color Cylindrical-coordinate representation of color #AAFED7: hue angle of 152.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFED7 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB170254215-
CMYK0.3300.150.00
HSL152.14º97.67%83.14%-
HSV(B)152.14º33.07%99.61%-
XYZ64.2984.3477.18-
YUV224.44122.6789.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=26.60%
G=39.75%
B=33.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702542150.3300.150.00152.1497.6783.14
HexAAFED7210F0986253
Octal252376327410170230142123
Binary1010101011111110110101111000010111101001100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFED7; }

 p { color: rgb(170,254,215); }

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

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

 a { background-color: rgb(170,254,215); }

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

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

 span { border-color: rgb(170,254,215); }

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