Shades of Magic Mint #A1FFC7
Tints of Magic Mint #A1FFC7
RGB
CMYK
RGB Variations
Color information
#A1FFC7 (or 0xA1FFC7) is known color: Magic Mint. HEX triplet: A1, FF and C7. RGB value is (161,255,199). Sum of RGB (Red+Green+Blue) = 161+255+199=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFC7 is #5E0038. Grayscale: #DCDCDC. Windows color (decimal): -6160441 or 13107105. OLE color: 13107105.
HSL color Cylindrical-coordinate representation of color #A1FFC7: hue angle of 144.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFC7 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 199 | - |
| CMYK | 0.37 | 0 | 0.22 | 0 |
| HSL | 144.26º | 1% | 0.82% | - |
| HSV(B) | 144.26º | 0.37% | 1% | - |
| XYZ | 60.77 | 83.22 | 66.89 | - |
| YUV | 220.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 199 | 0.37 | 0 | 0.22 | 0 | 144.26 | 1 | 0.82 |
| Hex | A1 | FF | C7 | 25 | 0 | 16 | 0 | 90 | 64 | 52 |
| Octal | 241 | 377 | 307 | 45 | 0 | 26 | 0 | 220 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11000111 | 100101 | 0 | 10110 | 0 | 10010000 | 1100100 | 1010010 |
Color Harmonies of #A1FFC7
Complementary color
Monochromatic Colors of #A1FFC7
Black with #A1FFC7
Text Example
Text Example
White with #A1FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFC7; }
p { color: rgb(161,255,199); }
H1.HeaderClassName
{
color: #A1FFC7;
}
.AnyTagClassName
{
color: #A1FFC7;
}
</style>
background-color css
<style>
a { background-color: #A1FFC7; }
a { background-color: rgb(161,255,199); }
div.DivClassName
{
background-color: #A1FFC7;
}
.BgClassName
{
background-color: #A1FFC7;
}
</style>
border-color css
<style>
span { border-color: #A1FFC7; }
span { border-color: rgb(161,255,199); }
td.TdClassName
{
border-color: #A1FFC7;
}
.TagClassName
{
border-color: #A1FFC7;
}
</style>