#A6FAC9

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

Shades of Magic Mint #A6FAC9

Tints of Magic Mint #A6FAC9

Color information

#A6FAC9 (or 0xA6FAC9) is unknown color: approx Magic Mint. HEX triplet: A6, FA and C9. RGB value is (166,250,201). Sum of RGB (Red+Green+Blue) = 166+250+201=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAC9 is #590536. Grayscale: #DBDBDB. Windows color (decimal): -5834039 or 13236902. OLE color: 13236902.

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

Color convert

RGB166250201-
CMYK0.3400.200.02
HSL145º89.36%81.57%-
HSV(B)145º33.6%98.04%-
XYZ60.4580.767.65-
YUV219.3117.6789.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=26.90%
G=40.52%
B=32.58%

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
Decimal1662502010.3400.200.0214589.3681.57
HexA6FAC9220142915952
Octal246372311420242221131122
Binary101001101111101011001001100010010100101001000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAC9; }

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

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

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

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

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

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

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

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