Shades of Magic Mint #9FFFD8
Tints of Magic Mint #9FFFD8
RGB
CMYK
RGB Variations
Color information
#9FFFD8 (or 0x9FFFD8) is known color: Magic Mint. HEX triplet: 9F, FF and D8. RGB value is (159,255,216). Sum of RGB (Red+Green+Blue) = 159+255+216=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFD8 is #600027. Grayscale: #DDDDDD. Windows color (decimal): -6291496 or 14221215. OLE color: 14221215.
HSL color Cylindrical-coordinate representation of color #9FFFD8: hue angle of 155.62º 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 #9FFFD8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 216 | - |
| CMYK | 0.38 | 0 | 0.15 | 0 |
| HSL | 155.63º | 1% | 0.81% | - |
| HSV(B) | 155.63º | 0.38% | 1% | - |
| XYZ | 62.45 | 83.85 | 77.86 | - |
| YUV | 221.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 216 | 0.38 | 0 | 0.15 | 0 | 155.63 | 1 | 0.81 |
| Hex | 9F | FF | D8 | 26 | 0 | F | 0 | 9C | 64 | 51 |
| Octal | 237 | 377 | 330 | 46 | 0 | 17 | 0 | 234 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11011000 | 100110 | 0 | 1111 | 0 | 10011100 | 1100100 | 1010001 |
Color Harmonies of #9FFFD8
Complementary color
Monochromatic Colors of #9FFFD8
Black with #9FFFD8
Text Example
Text Example
White with #9FFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFD8; }
p { color: rgb(159,255,216); }
H1.HeaderClassName
{
color: #9FFFD8;
}
.AnyTagClassName
{
color: #9FFFD8;
}
</style>
background-color css
<style>
a { background-color: #9FFFD8; }
a { background-color: rgb(159,255,216); }
div.DivClassName
{
background-color: #9FFFD8;
}
.BgClassName
{
background-color: #9FFFD8;
}
</style>
border-color css
<style>
span { border-color: #9FFFD8; }
span { border-color: rgb(159,255,216); }
td.TdClassName
{
border-color: #9FFFD8;
}
.TagClassName
{
border-color: #9FFFD8;
}
</style>