#A6FDD8

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

Shades of Magic Mint #A6FDD8

Tints of Magic Mint #A6FDD8

Color information

#A6FDD8 (or 0xA6FDD8) is unknown color: approx Magic Mint. HEX triplet: A6, FD and D8. RGB value is (166,253,216). Sum of RGB (Red+Green+Blue) = 166+253+216=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FDD8 is #590227. Grayscale: #DEDEDE. Windows color (decimal): -5833256 or 14220710. OLE color: 14220710.

HSL color Cylindrical-coordinate representation of color #A6FDD8: hue angle of 154.48º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FDD8 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB166253216-
CMYK0.3400.150.01
HSL154.48º95.6%82.16%-
HSV(B)154.48º34.39%99.22%-
XYZ63.2583.3277.71-
YUV222.77124.1887.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.14%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=26.14%
G=39.84%
B=34.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662532160.3400.150.01154.4895.682.16
HexA6FDD8220F19a6052
Octal246375330420171232140122
Binary1010011011111101110110001000100111111001101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FDD8; }

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

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

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

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

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

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

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

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