#A1F3C3

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

Shades of Magic Mint #A1F3C3

Tints of Magic Mint #A1F3C3

Color information

#A1F3C3 (or 0xA1F3C3) is unknown color: approx Magic Mint. HEX triplet: A1, F3 and C3. RGB value is (161,243,195). Sum of RGB (Red+Green+Blue) = 161+243+195=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F3C3 is #5E0C3C. Grayscale: #D5D5D5. Windows color (decimal): -6163517 or 12841889. OLE color: 12841889.

HSL color Cylindrical-coordinate representation of color #A1F3C3: hue angle of 144.88º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F3C3 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB161243195-
CMYK0.3400.200.05
HSL144.88º77.36%79.22%-
HSV(B)144.88º33.74%95.29%-
XYZ56.675.6263.24-
YUV213.01117.8390.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.88%
GREEN value IS 243 (95.31% from 255) = 40.57%
BLUE value IS 195 (76.56% from 255) = 32.55%
R=26.88%
G=40.57%
B=32.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612431950.3400.200.05144.8877.3679.22
HexA1F3C3220145914d4f
Octal241363303420245221115117
Binary1010000111110011110000111000100101001011001000110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F3C3; }

 p { color: rgb(161,243,195); }

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

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

 a { background-color: rgb(161,243,195); }

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

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

 span { border-color: rgb(161,243,195); }

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