#A6FFDC

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

Shades of Magic Mint #A6FFDC

Tints of Magic Mint #A6FFDC

Color information

#A6FFDC (or 0xA6FFDC) is unknown color: approx Magic Mint. HEX triplet: A6, FF and DC. RGB value is (166,255,220). Sum of RGB (Red+Green+Blue) = 166+255+220=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFDC is #590023. Grayscale: #E0E0E0. Windows color (decimal): -5832740 or 14483366. OLE color: 14483366.

HSL color Cylindrical-coordinate representation of color #A6FFDC: hue angle of 156.4º 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 #A6FFDC is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB166255220-
CMYK0.3500.140
HSL156.4º100%82.55%-
HSV(B)156.4º34.9%100%-
XYZ64.484.7980.68-
YUV224.4125.5186.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.90%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=25.90%
G=39.78%
B=34.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552200.3500.140156.410082.55
HexA6FFDC230E09c6453
Octal246377334430160234144123
Binary1010011011111111110111001000110111001001110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFDC; }

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

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

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

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

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

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

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

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