#AAF2C7

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

Shades of Magic Mint #AAF2C7

Tints of Magic Mint #AAF2C7

Color information

#AAF2C7 (or 0xAAF2C7) is unknown color: approx Magic Mint. HEX triplet: AA, F2 and C7. RGB value is (170,242,199). Sum of RGB (Red+Green+Blue) = 170+242+199=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2C7 is #550D38. Grayscale: #D7D7D7. Windows color (decimal): -5573945 or 13103786. OLE color: 13103786.

HSL color Cylindrical-coordinate representation of color #AAF2C7: hue angle of 144.17º 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 #AAF2C7 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB170242199-
CMYK0.3000.180.05
HSL144.17º73.47%80.78%-
HSV(B)144.17º29.75%94.9%-
XYZ58.6476.1765.65-
YUV215.57118.6595.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=27.82%
G=39.61%
B=32.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702421990.3000.180.05144.1773.4780.78
HexAAF2C71E0125904951
Octal252362307360225220111121
Binary101010101111001011000111111100100101011001000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2C7; }

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

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

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

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

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

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

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

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