Shades of Magic Mint #9FF1D7
Tints of Magic Mint #9FF1D7
RGB
CMYK
RGB Variations
Color information
#9FF1D7 (or 0x9FF1D7) is known color: Magic Mint. HEX triplet: 9F, F1 and D7. RGB value is (159,241,215). Sum of RGB (Red+Green+Blue) = 159+241+215=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1D7 is #600E28. Grayscale: #D5D5D5. Windows color (decimal): -6295081 or 14152095. OLE color: 14152095.
HSL color Cylindrical-coordinate representation of color #9FF1D7: hue angle of 160.98º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1D7 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 215 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.05 |
| HSL | 160.98º | 0.75% | 0.78% | - |
| HSV(B) | 160.98º | 0.34% | 0.95% | - |
| XYZ | 58.02 | 75.19 | 75.74 | - |
| YUV | 213.52 | 128.83 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 215 | 0.34 | 0 | 0.11 | 0.05 | 160.98 | 0.75 | 0.78 |
| Hex | 9F | F1 | D7 | 22 | 0 | B | 5 | A1 | 4B | 4E |
| Octal | 237 | 361 | 327 | 42 | 0 | 13 | 5 | 241 | 113 | 116 |
| Binary | 10011111 | 11110001 | 11010111 | 100010 | 0 | 1011 | 101 | 10100001 | 1001011 | 1001110 |
Color Harmonies of #9FF1D7
Complementary color
Monochromatic Colors of #9FF1D7
Black with #9FF1D7
Text Example
Text Example
White with #9FF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF1D7; }
p { color: rgb(159,241,215); }
H1.HeaderClassName
{
color: #9FF1D7;
}
.AnyTagClassName
{
color: #9FF1D7;
}
</style>
background-color css
<style>
a { background-color: #9FF1D7; }
a { background-color: rgb(159,241,215); }
div.DivClassName
{
background-color: #9FF1D7;
}
.BgClassName
{
background-color: #9FF1D7;
}
</style>
border-color css
<style>
span { border-color: #9FF1D7; }
span { border-color: rgb(159,241,215); }
td.TdClassName
{
border-color: #9FF1D7;
}
.TagClassName
{
border-color: #9FF1D7;
}
</style>