#A6FAD8

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

Shades of Magic Mint #A6FAD8

Tints of Magic Mint #A6FAD8

Color information

#A6FAD8 (or 0xA6FAD8) is unknown color: approx Magic Mint. HEX triplet: A6, FA and D8. RGB value is (166,250,216). Sum of RGB (Red+Green+Blue) = 166+250+216=632 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.27% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FAD8 is #590527. Grayscale: #DDDDDD. Windows color (decimal): -5834024 or 14219942. OLE color: 14219942.

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

Color convert

RGB166250216-
CMYK0.3400.140.02
HSL155.71º89.36%81.57%-
HSV(B)155.71º33.6%98.04%-
XYZ62.3181.4477.4-
YUV221.01125.1788.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.27%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=26.27%
G=39.56%
B=34.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662502160.3400.140.02155.7189.3681.57
HexA6FAD8220E29c5952
Octal246372330420162234131122
Binary10100110111110101101100010001001110101001110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAD8; }

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

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

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

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

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

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

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

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