Shades of Magic Mint #A1F9C7
Tints of Magic Mint #A1F9C7
RGB
CMYK
RGB Variations
Color information
#A1F9C7 (or 0xA1F9C7) is known color: Magic Mint. HEX triplet: A1, F9 and C7. RGB value is (161,249,199). Sum of RGB (Red+Green+Blue) = 161+249+199=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9C7 is #5E0638. Grayscale: #D9D9D9. Windows color (decimal): -6161977 or 13105569. OLE color: 13105569.
HSL color Cylindrical-coordinate representation of color #A1F9C7: hue angle of 145.91º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9C7 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 199 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.02 |
| HSL | 145.91º | 0.88% | 0.8% | - |
| HSV(B) | 145.91º | 0.35% | 0.98% | - |
| XYZ | 58.88 | 79.45 | 66.27 | - |
| YUV | 216.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 199 | 0.35 | 0 | 0.20 | 0.02 | 145.91 | 0.88 | 0.8 |
| Hex | A1 | F9 | C7 | 23 | 0 | 14 | 2 | 92 | 58 | 50 |
| Octal | 241 | 371 | 307 | 43 | 0 | 24 | 2 | 222 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11000111 | 100011 | 0 | 10100 | 10 | 10010010 | 1011000 | 1010000 |
Color Harmonies of #A1F9C7
Complementary color
Monochromatic Colors of #A1F9C7
Black with #A1F9C7
Text Example
Text Example
White with #A1F9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9C7; }
p { color: rgb(161,249,199); }
H1.HeaderClassName
{
color: #A1F9C7;
}
.AnyTagClassName
{
color: #A1F9C7;
}
</style>
background-color css
<style>
a { background-color: #A1F9C7; }
a { background-color: rgb(161,249,199); }
div.DivClassName
{
background-color: #A1F9C7;
}
.BgClassName
{
background-color: #A1F9C7;
}
</style>
border-color css
<style>
span { border-color: #A1F9C7; }
span { border-color: rgb(161,249,199); }
td.TdClassName
{
border-color: #A1F9C7;
}
.TagClassName
{
border-color: #A1F9C7;
}
</style>