#A6F8DE

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

Shades of Magic Mint #A6F8DE

Tints of Magic Mint #A6F8DE

Color information

#A6F8DE (or 0xA6F8DE) is unknown color: approx Magic Mint. HEX triplet: A6, F8 and DE. RGB value is (166,248,222). Sum of RGB (Red+Green+Blue) = 166+248+222=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8DE is #590721. Grayscale: #DCDCDC. Windows color (decimal): -5834530 or 14612646. OLE color: 14612646.

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

Color convert

RGB166248222-
CMYK0.3300.100.03
HSL160.98º85.42%81.18%-
HSV(B)160.98º33.06%97.25%-
XYZ62.4880.5281.36-
YUV220.52128.8389.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.10%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=26.10%
G=38.99%
B=34.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662482220.3300.100.03160.9885.4281.18
HexA6F8DE210A3a15551
Octal246370336410123241125121
Binary10100110111110001101111010000101010111010000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F8DE; }

 p { color: rgb(166,248,222); }

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

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

 a { background-color: rgb(166,248,222); }

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

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

 span { border-color: rgb(166,248,222); }

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