#a1fecc

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

Shades of Magic Mint #A1FECC

Tints of Magic Mint #A1FECC

Color information

#A1FECC (or 0xA1FECC) is unknown color: approx Magic Mint. HEX triplet: A1, FE and CC. RGB value is (161,254,204). Sum of RGB (Red+Green+Blue) = 161+254+204=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FECC is #5E0133. Grayscale: #DCDCDC. Windows color (decimal): -6160692 or 13434529. OLE color: 13434529.

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

Color convert

RGB161254204-
CMYK0.3700.200.00
HSL147.74º97.89%81.37%-
HSV(B)147.74º36.61%99.61%-
XYZ61.0482.8269.9-
YUV220.49118.6985.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=26.01%
G=41.03%
B=32.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612542040.3700.200.00147.7497.8981.37
HexA1FECC250140946251
Octal241376314450240224142121
Binary10100001111111101100110010010101010001001010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1fecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1fecc; }

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

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

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

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

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

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

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

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