#A6FFC6

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

Shades of Magic Mint #A6FFC6

Tints of Magic Mint #A6FFC6

Color information

#A6FFC6 (or 0xA6FFC6) is unknown color: approx Magic Mint. HEX triplet: A6, FF and C6. RGB value is (166,255,198). Sum of RGB (Red+Green+Blue) = 166+255+198=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC6 is #590039. Grayscale: #DEDEDE. Windows color (decimal): -5832762 or 13041574. OLE color: 13041574.

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

Color convert

RGB166255198-
CMYK0.3500.220
HSL141.57º100%82.55%-
HSV(B)141.57º34.9%100%-
XYZ61.6883.766.33-
YUV221.89114.5188.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.82%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=26.82%
G=41.20%
B=31.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551980.3500.220141.5710082.55
HexA6FFC62301608e6453
Octal246377306430260216144123
Binary10100110111111111100011010001101011001000111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFC6; }

 p { color: rgb(166,255,198); }

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

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

 a { background-color: rgb(166,255,198); }

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

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

 span { border-color: rgb(166,255,198); }

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