Shades of Magic Mint #9FFFC7
Tints of Magic Mint #9FFFC7
RGB
CMYK
RGB Variations
Color information
#9FFFC7 (or 0x9FFFC7) is known color: Magic Mint. HEX triplet: 9F, FF and C7. RGB value is (159,255,199). Sum of RGB (Red+Green+Blue) = 159+255+199=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFC7 is #600038. Grayscale: #DCDCDC. Windows color (decimal): -6291513 or 13107103. OLE color: 13107103.
HSL color Cylindrical-coordinate representation of color #9FFFC7: hue angle of 145º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFC7 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 199 | - |
| CMYK | 0.38 | 0 | 0.22 | 0 |
| HSL | 145º | 1% | 0.81% | - |
| HSV(B) | 145º | 0.38% | 1% | - |
| XYZ | 60.37 | 83.01 | 66.87 | - |
| YUV | 219.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 199 | 0.38 | 0 | 0.22 | 0 | 145 | 1 | 0.81 |
| Hex | 9F | FF | C7 | 26 | 0 | 16 | 0 | 91 | 64 | 51 |
| Octal | 237 | 377 | 307 | 46 | 0 | 26 | 0 | 221 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11000111 | 100110 | 0 | 10110 | 0 | 10010001 | 1100100 | 1010001 |
Color Harmonies of #9FFFC7
Complementary color
Monochromatic Colors of #9FFFC7
Black with #9FFFC7
Text Example
Text Example
White with #9FFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFC7; }
p { color: rgb(159,255,199); }
H1.HeaderClassName
{
color: #9FFFC7;
}
.AnyTagClassName
{
color: #9FFFC7;
}
</style>
background-color css
<style>
a { background-color: #9FFFC7; }
a { background-color: rgb(159,255,199); }
div.DivClassName
{
background-color: #9FFFC7;
}
.BgClassName
{
background-color: #9FFFC7;
}
</style>
border-color css
<style>
span { border-color: #9FFFC7; }
span { border-color: rgb(159,255,199); }
td.TdClassName
{
border-color: #9FFFC7;
}
.TagClassName
{
border-color: #9FFFC7;
}
</style>