#A6FED6

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

Shades of Magic Mint #A6FED6

Tints of Magic Mint #A6FED6

Color information

#A6FED6 (or 0xA6FED6) is unknown color: approx Magic Mint. HEX triplet: A6, FE and D6. RGB value is (166,254,214). Sum of RGB (Red+Green+Blue) = 166+254+214=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED6 is #590129. Grayscale: #DFDFDF. Windows color (decimal): -5833002 or 14089894. OLE color: 14089894.

HSL color Cylindrical-coordinate representation of color #A6FED6: hue angle of 152.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FED6 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB166254214-
CMYK0.3500.160.00
HSL152.73º97.78%82.35%-
HSV(B)152.73º34.65%99.61%-
XYZ63.3183.8576.47-
YUV223.13122.8587.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.18%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=26.18%
G=40.06%
B=33.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662542140.3500.160.00152.7397.7882.35
HexA6FED6230100996252
Octal246376326430200231142122
Binary10100110111111101101011010001101000001001100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FED6; }

 p { color: rgb(166,254,214); }

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

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

 a { background-color: rgb(166,254,214); }

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

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

 span { border-color: rgb(166,254,214); }

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