Shades of Magic Mint #9FFFD7
Tints of Magic Mint #9FFFD7
RGB
CMYK
RGB Variations
Color information
#9FFFD7 (or 0x9FFFD7) is known color: Magic Mint. HEX triplet: 9F, FF and D7. RGB value is (159,255,215). Sum of RGB (Red+Green+Blue) = 159+255+215=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFD7 is #600028. Grayscale: #DDDDDD. Windows color (decimal): -6291497 or 14155679. OLE color: 14155679.
HSL color Cylindrical-coordinate representation of color #9FFFD7: hue angle of 155º 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 #9FFFD7 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 215 | - |
| CMYK | 0.38 | 0 | 0.16 | 0 |
| HSL | 155º | 1% | 0.81% | - |
| HSV(B) | 155º | 0.38% | 1% | - |
| XYZ | 62.32 | 83.8 | 77.18 | - |
| YUV | 221.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 215 | 0.38 | 0 | 0.16 | 0 | 155 | 1 | 0.81 |
| Hex | 9F | FF | D7 | 26 | 0 | 10 | 0 | 9B | 64 | 51 |
| Octal | 237 | 377 | 327 | 46 | 0 | 20 | 0 | 233 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11010111 | 100110 | 0 | 10000 | 0 | 10011011 | 1100100 | 1010001 |
Color Harmonies of #9FFFD7
Complementary color
Monochromatic Colors of #9FFFD7
Black with #9FFFD7
Text Example
Text Example
White with #9FFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFD7; }
p { color: rgb(159,255,215); }
H1.HeaderClassName
{
color: #9FFFD7;
}
.AnyTagClassName
{
color: #9FFFD7;
}
</style>
background-color css
<style>
a { background-color: #9FFFD7; }
a { background-color: rgb(159,255,215); }
div.DivClassName
{
background-color: #9FFFD7;
}
.BgClassName
{
background-color: #9FFFD7;
}
</style>
border-color css
<style>
span { border-color: #9FFFD7; }
span { border-color: rgb(159,255,215); }
td.TdClassName
{
border-color: #9FFFD7;
}
.TagClassName
{
border-color: #9FFFD7;
}
</style>