#A6FAC6

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

Shades of Magic Mint #A6FAC6

Tints of Magic Mint #A6FAC6

Color information

#A6FAC6 (or 0xA6FAC6) is unknown color: approx Magic Mint. HEX triplet: A6, FA and C6. RGB value is (166,250,198). Sum of RGB (Red+Green+Blue) = 166+250+198=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC6 is #590539. Grayscale: #DBDBDB. Windows color (decimal): -5834042 or 13040294. OLE color: 13040294.

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

Color convert

RGB166250198-
CMYK0.3400.210.02
HSL142.86º89.36%81.57%-
HSV(B)142.86º33.6%98.04%-
XYZ60.180.5665.81-
YUV218.96116.1790.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=27.04%
G=40.72%
B=32.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501980.3400.210.02142.8689.3681.57
HexA6FAC62201528f5952
Octal246372306420252217131122
Binary101001101111101011000110100010010101101000111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAC6; }

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

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

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

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

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

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

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

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