#AAF8DA

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

Shades of Magic Mint #AAF8DA

Tints of Magic Mint #AAF8DA

Color information

#AAF8DA (or 0xAAF8DA) is unknown color: approx Magic Mint. HEX triplet: AA, F8 and DA. RGB value is (170,248,218). Sum of RGB (Red+Green+Blue) = 170+248+218=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8DA is #550725. Grayscale: #DDDDDD. Windows color (decimal): -5572390 or 14350506. OLE color: 14350506.

HSL color Cylindrical-coordinate representation of color #AAF8DA: hue angle of 156.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8DA is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB170248218-
CMYK0.3100.120.03
HSL156.92º84.78%81.96%-
HSV(B)156.92º31.45%97.25%-
XYZ62.880.7478.6-
YUV221.26126.1691.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.73%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=26.73%
G=38.99%
B=34.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702482180.3100.120.03156.9284.7881.96
HexAAF8DA1F0C39d5552
Octal252370332370143235125122
Binary1010101011111000110110101111101100111001110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8DA; }

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

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

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

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

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

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

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

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