Shades of Magic Mint #A1F7CF
Tints of Magic Mint #A1F7CF
RGB
CMYK
RGB Variations
Color information
#A1F7CF (or 0xA1F7CF) is known color: Magic Mint. HEX triplet: A1, F7 and CF. RGB value is (161,247,207). Sum of RGB (Red+Green+Blue) = 161+247+207=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F7CF is #5E0830. Grayscale: #D8D8D8. Windows color (decimal): -6162481 or 13629345. OLE color: 13629345.
HSL color Cylindrical-coordinate representation of color #A1F7CF: hue angle of 152.09º 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 #A1F7CF is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 207 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.03 |
| HSL | 152.09º | 0.84% | 0.8% | - |
| HSV(B) | 152.09º | 0.35% | 0.97% | - |
| XYZ | 59.22 | 78.6 | 71.08 | - |
| YUV | 216.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 207 | 0.35 | 0 | 0.16 | 0.03 | 152.09 | 0.84 | 0.8 |
| Hex | A1 | F7 | CF | 23 | 0 | 10 | 3 | 98 | 54 | 50 |
| Octal | 241 | 367 | 317 | 43 | 0 | 20 | 3 | 230 | 124 | 120 |
| Binary | 10100001 | 11110111 | 11001111 | 100011 | 0 | 10000 | 11 | 10011000 | 1010100 | 1010000 |
Color Harmonies of #A1F7CF
Complementary color
Monochromatic Colors of #A1F7CF
Black with #A1F7CF
Text Example
Text Example
White with #A1F7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F7CF; }
p { color: rgb(161,247,207); }
H1.HeaderClassName
{
color: #A1F7CF;
}
.AnyTagClassName
{
color: #A1F7CF;
}
</style>
background-color css
<style>
a { background-color: #A1F7CF; }
a { background-color: rgb(161,247,207); }
div.DivClassName
{
background-color: #A1F7CF;
}
.BgClassName
{
background-color: #A1F7CF;
}
</style>
border-color css
<style>
span { border-color: #A1F7CF; }
span { border-color: rgb(161,247,207); }
td.TdClassName
{
border-color: #A1F7CF;
}
.TagClassName
{
border-color: #A1F7CF;
}
</style>