#A6FFC4

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

Shades of Magic Mint #A6FFC4

Tints of Magic Mint #A6FFC4

Color information

#A6FFC4 (or 0xA6FFC4) is unknown color: approx Magic Mint. HEX triplet: A6, FF and C4. RGB value is (166,255,196). Sum of RGB (Red+Green+Blue) = 166+255+196=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFC4 is #59003B. Grayscale: #DDDDDD. Windows color (decimal): -5832764 or 12910502. OLE color: 12910502.

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

Color convert

RGB166255196-
CMYK0.3500.230
HSL140.22º100%82.55%-
HSV(B)140.22º34.9%100%-
XYZ61.4583.6165.12-
YUV221.66113.5188.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=26.90%
G=41.33%
B=31.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551960.3500.230140.2210082.55
HexA6FFC42301708c6453
Octal246377304430270214144123
Binary10100110111111111100010010001101011101000110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFC4; }

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

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

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

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

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

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

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

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