#AAFAC7

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

Shades of Magic Mint #AAFAC7

Tints of Magic Mint #AAFAC7

Color information

#AAFAC7 (or 0xAAFAC7) is unknown color: approx Magic Mint. HEX triplet: AA, FA and C7. RGB value is (170,250,199). Sum of RGB (Red+Green+Blue) = 170+250+199=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAC7 is #550538. Grayscale: #DCDCDC. Windows color (decimal): -5571897 or 13105834. OLE color: 13105834.

HSL color Cylindrical-coordinate representation of color #AAFAC7: hue angle of 141.75º degrees, saturation: 0.89, 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 #AAFAC7 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB170250199-
CMYK0.3200.200.02
HSL141.75º88.89%82.35%-
HSV(B)141.75º32%98.04%-
XYZ61.0781.0466.46-
YUV220.2711692.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=27.46%
G=40.39%
B=32.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501990.3200.200.02141.7588.8982.35
HexAAFAC72001428e5952
Octal252372307400242216131122
Binary101010101111101011000111100000010100101000111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAC7; }

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

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

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

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

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

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

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

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