#A1FFC0

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

Shades of Magic Mint #A1FFC0

Tints of Magic Mint #A1FFC0

Color information

#A1FFC0 (or 0xA1FFC0) is unknown color: approx Magic Mint. HEX triplet: A1, FF and C0. RGB value is (161,255,192). Sum of RGB (Red+Green+Blue) = 161+255+192=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFC0 is #5E003F. Grayscale: #DBDBDB. Windows color (decimal): -6160448 or 12648353. OLE color: 12648353.

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

Color convert

RGB161255192-
CMYK0.3700.250
HSL139.79º100%81.57%-
HSV(B)139.79º36.86%100%-
XYZ59.9782.962.71-
YUV219.71112.3686.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.48%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=26.48%
G=41.94%
B=31.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612551920.3700.250139.7910081.57
HexA1FFC02501908c6452
Octal241377300450310214144122
Binary10100001111111111100000010010101100101000110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFC0; }

 p { color: rgb(161,255,192); }

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

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

 a { background-color: rgb(161,255,192); }

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

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

 span { border-color: rgb(161,255,192); }

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