#A6FAC3

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

Shades of Magic Mint #A6FAC3

Tints of Magic Mint #A6FAC3

Color information

#A6FAC3 (or 0xA6FAC3) is unknown color: approx Magic Mint. HEX triplet: A6, FA and C3. RGB value is (166,250,195). Sum of RGB (Red+Green+Blue) = 166+250+195=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC3 is #59053C. Grayscale: #DADADA. Windows color (decimal): -5834045 or 12843686. OLE color: 12843686.

HSL color Cylindrical-coordinate representation of color #A6FAC3: hue angle of 140.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAC3 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB166250195-
CMYK0.3400.220.02
HSL140.71º89.36%81.57%-
HSV(B)140.71º33.6%98.04%-
XYZ59.7680.4264-
YUV218.61114.6790.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.17%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=27.17%
G=40.92%
B=31.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501950.3400.220.02140.7189.3681.57
HexA6FAC32201628d5952
Octal246372303420262215131122
Binary101001101111101011000011100010010110101000110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAC3; }

 p { color: rgb(166,250,195); }

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

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

 a { background-color: rgb(166,250,195); }

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

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

 span { border-color: rgb(166,250,195); }

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