#AAFACD

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

Shades of Magic Mint #AAFACD

Tints of Magic Mint #AAFACD

Color information

#AAFACD (or 0xAAFACD) is unknown color: approx Magic Mint. HEX triplet: AA, FA and CD. RGB value is (170,250,205). Sum of RGB (Red+Green+Blue) = 170+250+205=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACD is #550532. Grayscale: #DDDDDD. Windows color (decimal): -5571891 or 13499050. OLE color: 13499050.

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

Color convert

RGB170250205-
CMYK0.3200.180.02
HSL146.25º88.89%82.35%-
HSV(B)146.25º32%98.04%-
XYZ61.7881.3370.2-
YUV220.9511991.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=27.2%
G=40%
B=32.8%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502050.3200.180.02146.2588.8982.35
HexAAFACD200122925952
Octal252372315400222222131122
Binary101010101111101011001101100000010010101001001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFACD; }

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

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

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

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

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

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

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

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