Shades of Magic Mint #A1FDC3
Tints of Magic Mint #A1FDC3
RGB
CMYK
RGB Variations
Color information
#A1FDC3 (or 0xA1FDC3) is known color: Magic Mint. HEX triplet: A1, FD and C3. RGB value is (161,253,195). Sum of RGB (Red+Green+Blue) = 161+253+195=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDC3 is #5E023C. Grayscale: #DBDBDB. Windows color (decimal): -6160957 or 12844449. OLE color: 12844449.
HSL color Cylindrical-coordinate representation of color #A1FDC3: hue angle of 142.17º 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 #A1FDC3 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 161 | 253 | 195 | - |
CMYK | 0.36 | 0 | 0.23 | 0.01 |
HSL | 142.17º | 0.96% | 0.81% | - |
HSV(B) | 142.17º | 0.36% | 0.99% | - |
XYZ | 59.67 | 81.77 | 64.27 | - |
YUV | 218.88 | 114.52 | 86.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 253 | 195 | 0.36 | 0 | 0.23 | 0.01 | 142.17 | 0.96 | 0.81 |
Hex | A1 | FD | C3 | 24 | 0 | 17 | 1 | 8E | 60 | 51 |
Octal | 241 | 375 | 303 | 44 | 0 | 27 | 1 | 216 | 140 | 121 |
Binary | 10100001 | 11111101 | 11000011 | 100100 | 0 | 10111 | 1 | 10001110 | 1100000 | 1010001 |
Color Harmonies of #A1FDC3
Complementary color
Monochromatic Colors of #A1FDC3
Black with #A1FDC3
Text Example
Text Example
White with #A1FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDC3; }
p { color: rgb(161,253,195); }
H1.HeaderClassName
{
color: #A1FDC3;
}
.AnyTagClassName
{
color: #A1FDC3;
}
</style>
background-color css
<style>
a { background-color: #A1FDC3; }
a { background-color: rgb(161,253,195); }
div.DivClassName
{
background-color: #A1FDC3;
}
.BgClassName
{
background-color: #A1FDC3;
}
</style>
border-color css
<style>
span { border-color: #A1FDC3; }
span { border-color: rgb(161,253,195); }
td.TdClassName
{
border-color: #A1FDC3;
}
.TagClassName
{
border-color: #A1FDC3;
}
</style>