#AAFFDA

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

Shades of Magic Mint #AAFFDA

Tints of Magic Mint #AAFFDA

Color information

#AAFFDA (or 0xAAFFDA) is unknown color: approx Magic Mint. HEX triplet: AA, FF and DA. RGB value is (170,255,218). Sum of RGB (Red+Green+Blue) = 170+255+218=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDA is #550025. Grayscale: #E1E1E1. Windows color (decimal): -5570598 or 14352298. OLE color: 14352298.

HSL color Cylindrical-coordinate representation of color #AAFFDA: hue angle of 153.88º 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 #AAFFDA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB170255218-
CMYK0.3300.150
HSL153.88º100%83.33%-
HSV(B)153.88º33.33%100%-
XYZ64.9985.1379.34-
YUV225.37123.8488.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.44%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=26.44%
G=39.66%
B=33.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552180.3300.150153.8810083.33
HexAAFFDA210F09a6453
Octal252377332410170232144123
Binary1010101011111111110110101000010111101001101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFDA; }

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

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

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

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

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

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

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

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