#A6FEC4

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

Shades of Magic Mint #A6FEC4

Tints of Magic Mint #A6FEC4

Color information

#A6FEC4 (or 0xA6FEC4) is unknown color: approx Magic Mint. HEX triplet: A6, FE and C4. RGB value is (166,254,196). Sum of RGB (Red+Green+Blue) = 166+254+196=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEC4 is #59013B. Grayscale: #DDDDDD. Windows color (decimal): -5833020 or 12910246. OLE color: 12910246.

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

Color convert

RGB166254196-
CMYK0.3500.230.00
HSL140.45º97.78%82.35%-
HSV(B)140.45º34.65%99.61%-
XYZ61.1382.9865.02-
YUV221.08113.8588.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.95%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=26.95%
G=41.23%
B=31.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662541960.3500.230.00140.4597.7882.35
HexA6FEC42301708c6252
Octal246376304430270214142122
Binary10100110111111101100010010001101011101000110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FEC4; }

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

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

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

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

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

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

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

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