#AAF2C6

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

Shades of Magic Mint #AAF2C6

Tints of Magic Mint #AAF2C6

Color information

#AAF2C6 (or 0xAAF2C6) is unknown color: approx Magic Mint. HEX triplet: AA, F2 and C6. RGB value is (170,242,198). Sum of RGB (Red+Green+Blue) = 170+242+198=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2C6 is #550D39. Grayscale: #D7D7D7. Windows color (decimal): -5573946 or 13038250. OLE color: 13038250.

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

Color convert

RGB170242198-
CMYK0.3000.180.05
HSL143.33º73.47%80.78%-
HSV(B)143.33º29.75%94.9%-
XYZ58.5276.1365.04-
YUV215.46118.1595.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 242 (94.92% from 255) = 39.67%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=27.87%
G=39.67%
B=32.46%

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
Decimal1702421980.3000.180.05143.3373.4780.78
HexAAF2C61E01258f4951
Octal252362306360225217111121
Binary101010101111001011000110111100100101011000111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF2C6; }

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

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

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

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

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

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

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

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