Shades of Magic Mint #A1FAD0
Tints of Magic Mint #A1FAD0
RGB
CMYK
RGB Variations
Color information
#A1FAD0 (or 0xA1FAD0) is known color: Magic Mint. HEX triplet: A1, FA and D0. RGB value is (161,250,208). Sum of RGB (Red+Green+Blue) = 161+250+208=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAD0 is #5E052F. Grayscale: #DADADA. Windows color (decimal): -6161712 or 13695649. OLE color: 13695649.
HSL color Cylindrical-coordinate representation of color #A1FAD0: hue angle of 151.69º 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 #A1FAD0 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 208 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.02 |
| HSL | 151.69º | 0.9% | 0.81% | - |
| HSV(B) | 151.69º | 0.36% | 0.98% | - |
| XYZ | 60.27 | 80.5 | 72.04 | - |
| YUV | 218.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 208 | 0.36 | 0 | 0.17 | 0.02 | 151.69 | 0.9 | 0.81 |
| Hex | A1 | FA | D0 | 24 | 0 | 11 | 2 | 98 | 5A | 51 |
| Octal | 241 | 372 | 320 | 44 | 0 | 21 | 2 | 230 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11010000 | 100100 | 0 | 10001 | 10 | 10011000 | 1011010 | 1010001 |
Color Harmonies of #A1FAD0
Complementary color
Monochromatic Colors of #A1FAD0
Black with #A1FAD0
Text Example
Text Example
White with #A1FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAD0; }
p { color: rgb(161,250,208); }
H1.HeaderClassName
{
color: #A1FAD0;
}
.AnyTagClassName
{
color: #A1FAD0;
}
</style>
background-color css
<style>
a { background-color: #A1FAD0; }
a { background-color: rgb(161,250,208); }
div.DivClassName
{
background-color: #A1FAD0;
}
.BgClassName
{
background-color: #A1FAD0;
}
</style>
border-color css
<style>
span { border-color: #A1FAD0; }
span { border-color: rgb(161,250,208); }
td.TdClassName
{
border-color: #A1FAD0;
}
.TagClassName
{
border-color: #A1FAD0;
}
</style>