#AAF2DA

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

Shades of Magic Mint #AAF2DA

Tints of Magic Mint #AAF2DA

Color information

#AAF2DA (or 0xAAF2DA) is unknown color: approx Magic Mint. HEX triplet: AA, F2 and DA. RGB value is (170,242,218). Sum of RGB (Red+Green+Blue) = 170+242+218=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2DA is #550D25. Grayscale: #D9D9D9. Windows color (decimal): -5573926 or 14348970. OLE color: 14348970.

HSL color Cylindrical-coordinate representation of color #AAF2DA: hue angle of 160º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2DA is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB170242218-
CMYK0.3000.100.05
HSL160º73.47%80.78%-
HSV(B)160º29.75%94.9%-
XYZ60.9877.1178-
YUV217.74128.1593.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=26.98%
G=38.41%
B=34.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702422180.3000.100.0516073.4780.78
HexAAF2DA1E0A5a04951
Octal252362332360125240111121
Binary10101010111100101101101011110010101011010000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2DA; }

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

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

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

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

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

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

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

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