Shades of Magic Mint #9FFFD6
Tints of Magic Mint #9FFFD6
RGB
CMYK
RGB Variations
Color information
#9FFFD6 (or 0x9FFFD6) is known color: Magic Mint. HEX triplet: 9F, FF and D6. RGB value is (159,255,214). Sum of RGB (Red+Green+Blue) = 159+255+214=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFD6 is #600029. Grayscale: #DDDDDD. Windows color (decimal): -6291498 or 14090143. OLE color: 14090143.
HSL color Cylindrical-coordinate representation of color #9FFFD6: hue angle of 154.38º 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 #9FFFD6 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 214 | - |
| CMYK | 0.38 | 0 | 0.16 | 0 |
| HSL | 154.38º | 1% | 0.81% | - |
| HSV(B) | 154.38º | 0.38% | 1% | - |
| XYZ | 62.2 | 83.75 | 76.5 | - |
| YUV | 221.62 | 123.7 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 214 | 0.38 | 0 | 0.16 | 0 | 154.38 | 1 | 0.81 |
| Hex | 9F | FF | D6 | 26 | 0 | 10 | 0 | 9A | 64 | 51 |
| Octal | 237 | 377 | 326 | 46 | 0 | 20 | 0 | 232 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11010110 | 100110 | 0 | 10000 | 0 | 10011010 | 1100100 | 1010001 |
Color Harmonies of #9FFFD6
Complementary color
Monochromatic Colors of #9FFFD6
Black with #9FFFD6
Text Example
Text Example
White with #9FFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFD6; }
p { color: rgb(159,255,214); }
H1.HeaderClassName
{
color: #9FFFD6;
}
.AnyTagClassName
{
color: #9FFFD6;
}
</style>
background-color css
<style>
a { background-color: #9FFFD6; }
a { background-color: rgb(159,255,214); }
div.DivClassName
{
background-color: #9FFFD6;
}
.BgClassName
{
background-color: #9FFFD6;
}
</style>
border-color css
<style>
span { border-color: #9FFFD6; }
span { border-color: rgb(159,255,214); }
td.TdClassName
{
border-color: #9FFFD6;
}
.TagClassName
{
border-color: #9FFFD6;
}
</style>