#AAF9D5

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

Shades of Magic Mint #AAF9D5

Tints of Magic Mint #AAF9D5

Color information

#AAF9D5 (or 0xAAF9D5) is unknown color: approx Magic Mint. HEX triplet: AA, F9 and D5. RGB value is (170,249,213). Sum of RGB (Red+Green+Blue) = 170+249+213=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9D5 is #55062A. Grayscale: #DDDDDD. Windows color (decimal): -5572139 or 14023082. OLE color: 14023082.

HSL color Cylindrical-coordinate representation of color #AAF9D5: hue angle of 152.66º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9D5 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB170249213-
CMYK0.3200.140.02
HSL152.66º86.81%82.16%-
HSV(B)152.66º31.73%97.65%-
XYZ62.4681.175.31-
YUV221.28123.3391.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=26.90%
G=39.40%
B=33.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702492130.3200.140.02152.6686.8182.16
HexAAF9D5200E2995752
Octal252371325400162231127122
Binary10101010111110011101010110000001110101001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9D5; }

 p { color: rgb(170,249,213); }

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

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

 a { background-color: rgb(170,249,213); }

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

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

 span { border-color: rgb(170,249,213); }

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