#A6FFC8

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

Shades of Magic Mint #A6FFC8

Tints of Magic Mint #A6FFC8

Color information

#A6FFC8 (or 0xA6FFC8) is unknown color: approx Magic Mint. HEX triplet: A6, FF and C8. RGB value is (166,255,200). Sum of RGB (Red+Green+Blue) = 166+255+200=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC8 is #590037. Grayscale: #DEDEDE. Windows color (decimal): -5832760 or 13172646. OLE color: 13172646.

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

Color convert

RGB166255200-
CMYK0.3500.220
HSL142.92º100%82.55%-
HSV(B)142.92º34.9%100%-
XYZ61.9183.867.55-
YUV222.12115.5187.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.73%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=26.73%
G=41.06%
B=32.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662552000.3500.220142.9210082.55
HexA6FFC82301608f6453
Octal246377310430260217144123
Binary10100110111111111100100010001101011001000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFC8; }

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

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

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

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

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

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

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

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