Shades of Magic Mint #9DFFC7
Tints of Magic Mint #9DFFC7
RGB
CMYK
RGB Variations
Color information
#9DFFC7 (or 0x9DFFC7) is known color: Magic Mint. HEX triplet: 9D, FF and C7. RGB value is (157,255,199). Sum of RGB (Red+Green+Blue) = 157+255+199=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFC7 is #620038. Grayscale: #DBDBDB. Windows color (decimal): -6422585 or 13107101. OLE color: 13107101.
HSL color Cylindrical-coordinate representation of color #9DFFC7: hue angle of 145.71º 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 #9DFFC7 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 199 | - |
| CMYK | 0.38 | 0 | 0.22 | 0 |
| HSL | 145.71º | 1% | 0.81% | - |
| HSV(B) | 145.71º | 0.38% | 1% | - |
| XYZ | 59.97 | 82.81 | 66.86 | - |
| YUV | 219.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 199 | 0.38 | 0 | 0.22 | 0 | 145.71 | 1 | 0.81 |
| Hex | 9D | FF | C7 | 26 | 0 | 16 | 0 | 92 | 64 | 51 |
| Octal | 235 | 377 | 307 | 46 | 0 | 26 | 0 | 222 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11000111 | 100110 | 0 | 10110 | 0 | 10010010 | 1100100 | 1010001 |
Color Harmonies of #9DFFC7
Complementary color
Monochromatic Colors of #9DFFC7
Black with #9DFFC7
Text Example
Text Example
White with #9DFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFC7; }
p { color: rgb(157,255,199); }
H1.HeaderClassName
{
color: #9DFFC7;
}
.AnyTagClassName
{
color: #9DFFC7;
}
</style>
background-color css
<style>
a { background-color: #9DFFC7; }
a { background-color: rgb(157,255,199); }
div.DivClassName
{
background-color: #9DFFC7;
}
.BgClassName
{
background-color: #9DFFC7;
}
</style>
border-color css
<style>
span { border-color: #9DFFC7; }
span { border-color: rgb(157,255,199); }
td.TdClassName
{
border-color: #9DFFC7;
}
.TagClassName
{
border-color: #9DFFC7;
}
</style>