#A6FED1

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

Shades of Magic Mint #A6FED1

Tints of Magic Mint #A6FED1

Color information

#A6FED1 (or 0xA6FED1) is unknown color: approx Magic Mint. HEX triplet: A6, FE and D1. RGB value is (166,254,209). Sum of RGB (Red+Green+Blue) = 166+254+209=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FED1 is #59012E. Grayscale: #DEDEDE. Windows color (decimal): -5833007 or 13762214. OLE color: 13762214.

HSL color Cylindrical-coordinate representation of color #A6FED1: hue angle of 149.32º 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 #A6FED1 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB166254209-
CMYK0.3500.180.00
HSL149.32º97.78%82.35%-
HSV(B)149.32º34.65%99.61%-
XYZ62.6883.5973.15-
YUV222.56120.3587.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.39%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=26.39%
G=40.38%
B=33.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662542090.3500.180.00149.3297.7882.35
HexA6FED1230120956252
Octal246376321430220225142122
Binary10100110111111101101000110001101001001001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FED1; }

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

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

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

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

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

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

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

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