#A1FDD9

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

Shades of Magic Mint #A1FDD9

Tints of Magic Mint #A1FDD9

Color information

#A1FDD9 (or 0xA1FDD9) is unknown color: approx Magic Mint. HEX triplet: A1, FD and D9. RGB value is (161,253,217). Sum of RGB (Red+Green+Blue) = 161+253+217=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDD9 is #5E0226. Grayscale: #DDDDDD. Windows color (decimal): -6160935 or 14286241. OLE color: 14286241.

HSL color Cylindrical-coordinate representation of color #A1FDD9: hue angle of 156.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDD9 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB161253217-
CMYK0.3600.140.01
HSL156.52º95.83%81.18%-
HSV(B)156.52º36.36%99.22%-
XYZ62.3582.8478.35-
YUV221.39125.5284.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.52%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=25.52%
G=40.10%
B=34.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612532170.3600.140.01156.5295.8381.18
HexA1FDD9240E19d6051
Octal241375331440161235140121
Binary1010000111111101110110011001000111011001110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FDD9; }

 p { color: rgb(161,253,217); }

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

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

 a { background-color: rgb(161,253,217); }

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

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

 span { border-color: rgb(161,253,217); }

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