#AAFFDE

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

Shades of Magic Mint #AAFFDE

Tints of Magic Mint #AAFFDE

Color information

#AAFFDE (or 0xAAFFDE) is unknown color: approx Magic Mint. HEX triplet: AA, FF and DE. RGB value is (170,255,222). Sum of RGB (Red+Green+Blue) = 170+255+222=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDE is #550021. Grayscale: #E1E1E1. Windows color (decimal): -5570594 or 14614442. OLE color: 14614442.

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

Color convert

RGB170255222-
CMYK0.3300.130
HSL156.71º100%83.33%-
HSV(B)156.71º33.33%100%-
XYZ65.5285.3482.13-
YUV225.82125.8488.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.28%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=26.28%
G=39.41%
B=34.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552220.3300.130156.7110083.33
HexAAFFDE210D09d6453
Octal252377336410150235144123
Binary1010101011111111110111101000010110101001110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFDE; }

 p { color: rgb(170,255,222); }

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

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

 a { background-color: rgb(170,255,222); }

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

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

 span { border-color: rgb(170,255,222); }

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