Shades of Magic Mint #9FFAC7
Tints of Magic Mint #9FFAC7
RGB
CMYK
RGB Variations
Color information
#9FFAC7 (or 0x9FFAC7) is known color: Magic Mint. HEX triplet: 9F, FA and C7. RGB value is (159,250,199). Sum of RGB (Red+Green+Blue) = 159+250+199=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAC7 is #600538. Grayscale: #D9D9D9. Windows color (decimal): -6292793 or 13105823. OLE color: 13105823.
HSL color Cylindrical-coordinate representation of color #9FFAC7: hue angle of 146.37º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAC7 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 199 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.02 |
| HSL | 146.37º | 0.9% | 0.8% | - |
| HSV(B) | 146.37º | 0.36% | 0.98% | - |
| XYZ | 58.79 | 79.87 | 66.35 | - |
| YUV | 216.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 199 | 0.36 | 0 | 0.20 | 0.02 | 146.37 | 0.9 | 0.8 |
| Hex | 9F | FA | C7 | 24 | 0 | 14 | 2 | 92 | 5A | 50 |
| Octal | 237 | 372 | 307 | 44 | 0 | 24 | 2 | 222 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11000111 | 100100 | 0 | 10100 | 10 | 10010010 | 1011010 | 1010000 |
Color Harmonies of #9FFAC7
Complementary color
Monochromatic Colors of #9FFAC7
Black with #9FFAC7
Text Example
Text Example
White with #9FFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAC7; }
p { color: rgb(159,250,199); }
H1.HeaderClassName
{
color: #9FFAC7;
}
.AnyTagClassName
{
color: #9FFAC7;
}
</style>
background-color css
<style>
a { background-color: #9FFAC7; }
a { background-color: rgb(159,250,199); }
div.DivClassName
{
background-color: #9FFAC7;
}
.BgClassName
{
background-color: #9FFAC7;
}
</style>
border-color css
<style>
span { border-color: #9FFAC7; }
span { border-color: rgb(159,250,199); }
td.TdClassName
{
border-color: #9FFAC7;
}
.TagClassName
{
border-color: #9FFAC7;
}
</style>