Shades of Magic Mint #A1F7CA
Tints of Magic Mint #A1F7CA
RGB
CMYK
RGB Variations
Color information
#A1F7CA (or 0xA1F7CA) is known color: Magic Mint. HEX triplet: A1, F7 and CA. RGB value is (161,247,202). Sum of RGB (Red+Green+Blue) = 161+247+202=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F7CA is #5E0835. Grayscale: #D8D8D8. Windows color (decimal): -6162486 or 13301665. OLE color: 13301665.
HSL color Cylindrical-coordinate representation of color #A1F7CA: hue angle of 148.6º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7CA is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 202 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.03 |
| HSL | 148.6º | 0.84% | 0.8% | - |
| HSV(B) | 148.6º | 0.35% | 0.97% | - |
| XYZ | 58.62 | 78.36 | 67.91 | - |
| YUV | 216.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 202 | 0.35 | 0 | 0.18 | 0.03 | 148.6 | 0.84 | 0.8 |
| Hex | A1 | F7 | CA | 23 | 0 | 12 | 3 | 95 | 54 | 50 |
| Octal | 241 | 367 | 312 | 43 | 0 | 22 | 3 | 225 | 124 | 120 |
| Binary | 10100001 | 11110111 | 11001010 | 100011 | 0 | 10010 | 11 | 10010101 | 1010100 | 1010000 |
Color Harmonies of #A1F7CA
Complementary color
Monochromatic Colors of #A1F7CA
Black with #A1F7CA
Text Example
Text Example
White with #A1F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F7CA; }
p { color: rgb(161,247,202); }
H1.HeaderClassName
{
color: #A1F7CA;
}
.AnyTagClassName
{
color: #A1F7CA;
}
</style>
background-color css
<style>
a { background-color: #A1F7CA; }
a { background-color: rgb(161,247,202); }
div.DivClassName
{
background-color: #A1F7CA;
}
.BgClassName
{
background-color: #A1F7CA;
}
</style>
border-color css
<style>
span { border-color: #A1F7CA; }
span { border-color: rgb(161,247,202); }
td.TdClassName
{
border-color: #A1F7CA;
}
.TagClassName
{
border-color: #A1F7CA;
}
</style>