#A9FAC5

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

Shades of Magic Mint #A9FAC5

Tints of Magic Mint #A9FAC5

Color information

#A9FAC5 (or 0xA9FAC5) is unknown color: approx Magic Mint. HEX triplet: A9, FA and C5. RGB value is (169,250,197). Sum of RGB (Red+Green+Blue) = 169+250+197=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FAC5 is #56053A. Grayscale: #DBDBDB. Windows color (decimal): -5637435 or 12974761. OLE color: 12974761.

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

Color convert

RGB169250197-
CMYK0.3200.210.02
HSL140.74º89.01%82.16%-
HSV(B)140.74º32.4%98.04%-
XYZ60.6380.8465.23-
YUV219.74115.1691.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.44%
GREEN value IS 250 (98.05% from 255) = 40.58%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=27.44%
G=40.58%
B=31.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692501970.3200.210.02140.7489.0182.16
HexA9FAC52001528d5952
Octal251372305400252215131122
Binary101010011111101011000101100000010101101000110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FAC5; }

 p { color: rgb(169,250,197); }

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

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

 a { background-color: rgb(169,250,197); }

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

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

 span { border-color: rgb(169,250,197); }

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