Shades of Magic Mint #9FF7D7
Tints of Magic Mint #9FF7D7
RGB
CMYK
RGB Variations
Color information
#9FF7D7 (or 0x9FF7D7) is known color: Magic Mint. HEX triplet: 9F, F7 and D7. RGB value is (159,247,215). Sum of RGB (Red+Green+Blue) = 159+247+215=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF7D7 is #600828. Grayscale: #D9D9D9. Windows color (decimal): -6293545 or 14153631. OLE color: 14153631.
HSL color Cylindrical-coordinate representation of color #9FF7D7: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF7D7 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 247 | 215 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.03 |
| HSL | 158.18º | 0.85% | 0.8% | - |
| HSV(B) | 158.18º | 0.36% | 0.97% | - |
| XYZ | 59.82 | 78.8 | 76.35 | - |
| YUV | 217.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 247 | 215 | 0.36 | 0 | 0.13 | 0.03 | 158.18 | 0.85 | 0.8 |
| Hex | 9F | F7 | D7 | 24 | 0 | D | 3 | 9E | 55 | 50 |
| Octal | 237 | 367 | 327 | 44 | 0 | 15 | 3 | 236 | 125 | 120 |
| Binary | 10011111 | 11110111 | 11010111 | 100100 | 0 | 1101 | 11 | 10011110 | 1010101 | 1010000 |
Color Harmonies of #9FF7D7
Complementary color
Monochromatic Colors of #9FF7D7
Black with #9FF7D7
Text Example
Text Example
White with #9FF7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF7D7; }
p { color: rgb(159,247,215); }
H1.HeaderClassName
{
color: #9FF7D7;
}
.AnyTagClassName
{
color: #9FF7D7;
}
</style>
background-color css
<style>
a { background-color: #9FF7D7; }
a { background-color: rgb(159,247,215); }
div.DivClassName
{
background-color: #9FF7D7;
}
.BgClassName
{
background-color: #9FF7D7;
}
</style>
border-color css
<style>
span { border-color: #9FF7D7; }
span { border-color: rgb(159,247,215); }
td.TdClassName
{
border-color: #9FF7D7;
}
.TagClassName
{
border-color: #9FF7D7;
}
</style>