Shades of Magic Mint #A1FAD1
Tints of Magic Mint #A1FAD1
RGB
CMYK
RGB Variations
Color information
#A1FAD1 (or 0xA1FAD1) is known color: Magic Mint. HEX triplet: A1, FA and D1. RGB value is (161,250,209). Sum of RGB (Red+Green+Blue) = 161+250+209=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAD1 is #5E052E. Grayscale: #DADADA. Windows color (decimal): -6161711 or 13761185. OLE color: 13761185.
HSL color Cylindrical-coordinate representation of color #A1FAD1: hue angle of 152.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAD1 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 209 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.02 |
| HSL | 152.36º | 0.9% | 0.81% | - |
| HSV(B) | 152.36º | 0.36% | 0.98% | - |
| XYZ | 60.39 | 80.55 | 72.69 | - |
| YUV | 218.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 209 | 0.36 | 0 | 0.16 | 0.02 | 152.36 | 0.9 | 0.81 |
| Hex | A1 | FA | D1 | 24 | 0 | 10 | 2 | 98 | 5A | 51 |
| Octal | 241 | 372 | 321 | 44 | 0 | 20 | 2 | 230 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11010001 | 100100 | 0 | 10000 | 10 | 10011000 | 1011010 | 1010001 |
Color Harmonies of #A1FAD1
Complementary color
Monochromatic Colors of #A1FAD1
Black with #A1FAD1
Text Example
Text Example
White with #A1FAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAD1; }
p { color: rgb(161,250,209); }
H1.HeaderClassName
{
color: #A1FAD1;
}
.AnyTagClassName
{
color: #A1FAD1;
}
</style>
background-color css
<style>
a { background-color: #A1FAD1; }
a { background-color: rgb(161,250,209); }
div.DivClassName
{
background-color: #A1FAD1;
}
.BgClassName
{
background-color: #A1FAD1;
}
</style>
border-color css
<style>
span { border-color: #A1FAD1; }
span { border-color: rgb(161,250,209); }
td.TdClassName
{
border-color: #A1FAD1;
}
.TagClassName
{
border-color: #A1FAD1;
}
</style>