Shades of Magic Mint #A1FAC7
Tints of Magic Mint #A1FAC7
RGB
CMYK
RGB Variations
Color information
#A1FAC7 (or 0xA1FAC7) is known color: Magic Mint. HEX triplet: A1, FA and C7. RGB value is (161,250,199). Sum of RGB (Red+Green+Blue) = 161+250+199=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FAC7 is #5E0538. Grayscale: #D9D9D9. Windows color (decimal): -6161721 or 13105825. OLE color: 13105825.
HSL color Cylindrical-coordinate representation of color #A1FAC7: hue angle of 145.62º 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 #A1FAC7 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 199 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.02 |
| HSL | 145.62º | 0.9% | 0.81% | - |
| HSV(B) | 145.62º | 0.36% | 0.98% | - |
| XYZ | 59.19 | 80.07 | 66.37 | - |
| YUV | 217.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 199 | 0.36 | 0 | 0.20 | 0.02 | 145.62 | 0.9 | 0.81 |
| Hex | A1 | FA | C7 | 24 | 0 | 14 | 2 | 92 | 5A | 51 |
| Octal | 241 | 372 | 307 | 44 | 0 | 24 | 2 | 222 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11000111 | 100100 | 0 | 10100 | 10 | 10010010 | 1011010 | 1010001 |
Color Harmonies of #A1FAC7
Complementary color
Monochromatic Colors of #A1FAC7
Black with #A1FAC7
Text Example
Text Example
White with #A1FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAC7; }
p { color: rgb(161,250,199); }
H1.HeaderClassName
{
color: #A1FAC7;
}
.AnyTagClassName
{
color: #A1FAC7;
}
</style>
background-color css
<style>
a { background-color: #A1FAC7; }
a { background-color: rgb(161,250,199); }
div.DivClassName
{
background-color: #A1FAC7;
}
.BgClassName
{
background-color: #A1FAC7;
}
</style>
border-color css
<style>
span { border-color: #A1FAC7; }
span { border-color: rgb(161,250,199); }
td.TdClassName
{
border-color: #A1FAC7;
}
.TagClassName
{
border-color: #A1FAC7;
}
</style>