#A6F9DF

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

Shades of Magic Mint #A6F9DF

Tints of Magic Mint #A6F9DF

Color information

#A6F9DF (or 0xA6F9DF) is unknown color: approx Magic Mint. HEX triplet: A6, F9 and DF. RGB value is (166,249,223). Sum of RGB (Red+Green+Blue) = 166+249+223=638 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.02% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F9DF is #590620. Grayscale: #DDDDDD. Windows color (decimal): -5834273 or 14678438. OLE color: 14678438.

HSL color Cylindrical-coordinate representation of color #A6F9DF: hue angle of 161.2º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9DF is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB166249223-
CMYK0.3300.100.02
HSL161.2º87.37%81.37%-
HSV(B)161.2º33.33%97.65%-
XYZ62.9281.1982.17-
YUV221.2212988.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.02%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=26.02%
G=39.03%
B=34.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662492230.3300.100.02161.287.3781.37
HexA6F9DF210A2a15751
Octal246371337410122241127121
Binary10100110111110011101111110000101010101010000110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F9DF; }

 p { color: rgb(166,249,223); }

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

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

 a { background-color: rgb(166,249,223); }

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

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

 span { border-color: rgb(166,249,223); }

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