#A6FFDA

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

Shades of Magic Mint #A6FFDA

Tints of Magic Mint #A6FFDA

Color information

#A6FFDA (or 0xA6FFDA) is unknown color: approx Magic Mint. HEX triplet: A6, FF and DA. RGB value is (166,255,218). Sum of RGB (Red+Green+Blue) = 166+255+218=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFDA is #590025. Grayscale: #E0E0E0. Windows color (decimal): -5832742 or 14352294. OLE color: 14352294.

HSL color Cylindrical-coordinate representation of color #A6FFDA: hue angle of 155.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFDA is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB166255218-
CMYK0.3500.150
HSL155.06º100%82.55%-
HSV(B)155.06º34.9%100%-
XYZ64.1484.6979.3-
YUV224.17124.5186.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.98%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=25.98%
G=39.91%
B=34.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552180.3500.150155.0610082.55
HexA6FFDA230F09b6453
Octal246377332430170233144123
Binary1010011011111111110110101000110111101001101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFDA; }

 p { color: rgb(166,255,218); }

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

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

 a { background-color: rgb(166,255,218); }

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

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

 span { border-color: rgb(166,255,218); }

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