#AAFACA

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

Shades of Magic Mint #AAFACA

Tints of Magic Mint #AAFACA

Color information

#AAFACA (or 0xAAFACA) is unknown color: approx Magic Mint. HEX triplet: AA, FA and CA. RGB value is (170,250,202). Sum of RGB (Red+Green+Blue) = 170+250+202=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACA is #550535. Grayscale: #DCDCDC. Windows color (decimal): -5571894 or 13302442. OLE color: 13302442.

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

Color convert

RGB170250202-
CMYK0.3200.190.02
HSL144º88.89%82.35%-
HSV(B)144º32%98.04%-
XYZ61.4281.1868.31-
YUV220.61117.591.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=27.33%
G=40.19%
B=32.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502020.3200.190.0214488.8982.35
HexAAFACA200132905952
Octal252372312400232220131122
Binary101010101111101011001010100000010011101001000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFACA; }

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

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

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

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

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

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

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

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