#A1FFCC

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

Shades of Magic Mint #A1FFCC

Tints of Magic Mint #A1FFCC

Color information

#A1FFCC (or 0xA1FFCC) is unknown color: approx Magic Mint. HEX triplet: A1, FF and CC. RGB value is (161,255,204). Sum of RGB (Red+Green+Blue) = 161+255+204=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCC is #5E0033. Grayscale: #DDDDDD. Windows color (decimal): -6160436 or 13434785. OLE color: 13434785.

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

Color convert

RGB161255204-
CMYK0.3700.20
HSL147.45º100%81.57%-
HSV(B)147.45º36.86%100%-
XYZ61.3683.4670-
YUV221.08118.3685.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=25.97%
G=41.13%
B=32.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612552040.3700.20147.4510081.57
HexA1FFCC250140936452
Octal241377314450240223144122
Binary10100001111111111100110010010101010001001001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FFCC; }

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

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

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

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

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

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

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

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