#A6F8DD

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

Shades of Magic Mint #A6F8DD

Tints of Magic Mint #A6F8DD

Color information

#A6F8DD (or 0xA6F8DD) is unknown color: approx Magic Mint. HEX triplet: A6, F8 and DD. RGB value is (166,248,221). Sum of RGB (Red+Green+Blue) = 166+248+221=635 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.14% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8DD is #590722. Grayscale: #DCDCDC. Windows color (decimal): -5834531 or 14547110. OLE color: 14547110.

HSL color Cylindrical-coordinate representation of color #A6F8DD: hue angle of 160.24º 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 #A6F8DD is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB166248221-
CMYK0.3300.110.03
HSL160.24º85.42%81.18%-
HSV(B)160.24º33.06%97.25%-
XYZ62.3480.4680.65-
YUV220.4128.3389.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.14%
GREEN value IS 248 (97.27% from 255) = 39.06%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=26.14%
G=39.06%
B=34.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662482210.3300.110.03160.2485.4281.18
HexA6F8DD210B3a05551
Octal246370335410133240125121
Binary10100110111110001101110110000101011111010000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F8DD; }

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

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

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

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

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

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

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

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