#A1FEC6

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

Shades of Magic Mint #A1FEC6

Tints of Magic Mint #A1FEC6

Color information

#A1FEC6 (or 0xA1FEC6) is unknown color: approx Magic Mint. HEX triplet: A1, FE and C6. RGB value is (161,254,198). Sum of RGB (Red+Green+Blue) = 161+254+198=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEC6 is #5E0139. Grayscale: #DBDBDB. Windows color (decimal): -6160698 or 13041313. OLE color: 13041313.

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

Color convert

RGB161254198-
CMYK0.3700.220.00
HSL143.87º97.89%81.37%-
HSV(B)143.87º36.61%99.61%-
XYZ60.3382.5466.18-
YUV219.81115.6986.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=26.26%
G=41.44%
B=32.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612541980.3700.220.00143.8797.8981.37
HexA1FEC6250160906251
Octal241376306450260220142121
Binary10100001111111101100011010010101011001001000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FEC6; }

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

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

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

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

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

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

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

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