#A6FAC7

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

Shades of Magic Mint #A6FAC7

Tints of Magic Mint #A6FAC7

Color information

#A6FAC7 (or 0xA6FAC7) is unknown color: approx Magic Mint. HEX triplet: A6, FA and C7. RGB value is (166,250,199). Sum of RGB (Red+Green+Blue) = 166+250+199=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC7 is #590538. Grayscale: #DBDBDB. Windows color (decimal): -5834041 or 13105830. OLE color: 13105830.

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

Color convert

RGB166250199-
CMYK0.3400.200.02
HSL143.57º89.36%81.57%-
HSV(B)143.57º33.6%98.04%-
XYZ60.2280.666.42-
YUV219.07116.6790.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.99%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=26.99%
G=40.65%
B=32.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501990.3400.200.02143.5789.3681.57
HexA6FAC7220142905952
Octal246372307420242220131122
Binary101001101111101011000111100010010100101001000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAC7; }

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

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

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

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

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

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

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

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