#A1FFCF

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

Shades of Magic Mint #A1FFCF

Tints of Magic Mint #A1FFCF

Color information

#A1FFCF (or 0xA1FFCF) is unknown color: approx Magic Mint. HEX triplet: A1, FF and CF. RGB value is (161,255,207). Sum of RGB (Red+Green+Blue) = 161+255+207=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCF is #5E0030. Grayscale: #DDDDDD. Windows color (decimal): -6160433 or 13631393. OLE color: 13631393.

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

Color convert

RGB161255207-
CMYK0.3700.190
HSL149.36º100%81.57%-
HSV(B)149.36º36.86%100%-
XYZ61.7283.671.92-
YUV221.42119.8684.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.84%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=25.84%
G=40.93%
B=33.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552070.3700.190149.3610081.57
HexA1FFCF250130956452
Octal241377317450230225144122
Binary10100001111111111100111110010101001101001010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFCF; }

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

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

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

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

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

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

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

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