#A1FCC6

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

Shades of Magic Mint #A1FCC6

Tints of Magic Mint #A1FCC6

Color information

#A1FCC6 (or 0xA1FCC6) is unknown color: approx Magic Mint. HEX triplet: A1, FC and C6. RGB value is (161,252,198). Sum of RGB (Red+Green+Blue) = 161+252+198=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCC6 is #5E0339. Grayscale: #DADADA. Windows color (decimal): -6161210 or 13040801. OLE color: 13040801.

HSL color Cylindrical-coordinate representation of color #A1FCC6: hue angle of 144.4º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCC6 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB161252198-
CMYK0.3600.210.01
HSL144.4º93.81%80.98%-
HSV(B)144.4º36.11%98.82%-
XYZ59.781.2865.97-
YUV218.64116.3586.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.35%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=26.35%
G=41.24%
B=32.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521980.3600.210.01144.493.8180.98
HexA1FCC6240151905e51
Octal241374306440251220136121
Binary10100001111111001100011010010001010111001000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCC6; }

 p { color: rgb(161,252,198); }

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

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

 a { background-color: rgb(161,252,198); }

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

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

 span { border-color: rgb(161,252,198); }

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