#A6E2C2

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

Shades of Magic Mint #A6E2C2

Tints of Magic Mint #A6E2C2

Color information

#A6E2C2 (or 0xA6E2C2) is unknown color: approx Magic Mint. HEX triplet: A6, E2 and C2. RGB value is (166,226,194). Sum of RGB (Red+Green+Blue) = 166+226+194=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2C2 is #591D3D. Grayscale: #CCCCCC. Windows color (decimal): -5840190 or 12772006. OLE color: 12772006.

HSL color Cylindrical-coordinate representation of color #A6E2C2: hue angle of 148º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E2C2 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB166226194-
CMYK0.2700.140.11
HSL148º50.85%76.86%-
HSV(B)148º26.55%88.63%-
XYZ52.6666.3961.08-
YUV204.41122.12100.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 226 (88.67% from 255) = 38.57%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=28.33%
G=38.57%
B=33.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662261940.2700.140.1114850.8576.86
HexA6E2C21B0EB94334d
Octal246342302330161322463115
Binary10100110111000101100001011011011101011100101001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2C2; }

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

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

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

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

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

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

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

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