#A6FEC2

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

Shades of Magic Mint #A6FEC2

Tints of Magic Mint #A6FEC2

Color information

#A6FEC2 (or 0xA6FEC2) is unknown color: approx Magic Mint. HEX triplet: A6, FE and C2. RGB value is (166,254,194). Sum of RGB (Red+Green+Blue) = 166+254+194=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FEC2 is #59013D. Grayscale: #DCDCDC. Windows color (decimal): -5833022 or 12779174. OLE color: 12779174.

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

Color convert

RGB166254194-
CMYK0.3500.240.00
HSL139.09º97.78%82.35%-
HSV(B)139.09º34.65%99.61%-
XYZ60.9182.8963.83-
YUV220.85112.8588.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 254 (99.61% from 255) = 41.37%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=27.04%
G=41.37%
B=31.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662541940.3500.240.00139.0997.7882.35
HexA6FEC22301808b6252
Octal246376302430300213142122
Binary10100110111111101100001010001101100001000101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FEC2; }

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

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

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

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

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

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

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

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