#AAFACF

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

Shades of Magic Mint #AAFACF

Tints of Magic Mint #AAFACF

Color information

#AAFACF (or 0xAAFACF) is unknown color: approx Magic Mint. HEX triplet: AA, FA and CF. RGB value is (170,250,207). Sum of RGB (Red+Green+Blue) = 170+250+207=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACF is #550530. Grayscale: #DDDDDD. Windows color (decimal): -5571889 or 13630122. OLE color: 13630122.

HSL color Cylindrical-coordinate representation of color #AAFACF: hue angle of 147.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 #AAFACF is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB170250207-
CMYK0.3200.170.02
HSL147.75º88.89%82.35%-
HSV(B)147.75º32%98.04%-
XYZ62.0381.4271.48-
YUV221.1812091.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=27.11%
G=39.87%
B=33.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502070.3200.170.02147.7588.8982.35
HexAAFACF200112945952
Octal252372317400212224131122
Binary101010101111101011001111100000010001101001010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFACF; }

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

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

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

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

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

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

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

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