Shades of Magic Mint #9FF0BC
Tints of Magic Mint #9FF0BC
RGB
CMYK
RGB Variations
Color information
#9FF0BC (or 0x9FF0BC) is known color: Magic Mint. HEX triplet: 9F, F0 and BC. RGB value is (159,240,188). Sum of RGB (Red+Green+Blue) = 159+240+188=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0BC is #600F43. Grayscale: #D1D1D1. Windows color (decimal): -6295364 or 12382367. OLE color: 12382367.
HSL color Cylindrical-coordinate representation of color #9FF0BC: hue angle of 141.48º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0BC is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 188 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.06 |
| HSL | 141.48º | 0.73% | 0.78% | - |
| HSV(B) | 141.48º | 0.34% | 0.94% | - |
| XYZ | 54.54 | 73.32 | 58.86 | - |
| YUV | 209.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 188 | 0.34 | 0 | 0.22 | 0.06 | 141.48 | 0.73 | 0.78 |
| Hex | 9F | F0 | BC | 22 | 0 | 16 | 6 | 8D | 49 | 4E |
| Octal | 237 | 360 | 274 | 42 | 0 | 26 | 6 | 215 | 111 | 116 |
| Binary | 10011111 | 11110000 | 10111100 | 100010 | 0 | 10110 | 110 | 10001101 | 1001001 | 1001110 |
Color Harmonies of #9FF0BC
Complementary color
Monochromatic Colors of #9FF0BC
Black with #9FF0BC
Text Example
Text Example
White with #9FF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF0BC; }
p { color: rgb(159,240,188); }
H1.HeaderClassName
{
color: #9FF0BC;
}
.AnyTagClassName
{
color: #9FF0BC;
}
</style>
background-color css
<style>
a { background-color: #9FF0BC; }
a { background-color: rgb(159,240,188); }
div.DivClassName
{
background-color: #9FF0BC;
}
.BgClassName
{
background-color: #9FF0BC;
}
</style>
border-color css
<style>
span { border-color: #9FF0BC; }
span { border-color: rgb(159,240,188); }
td.TdClassName
{
border-color: #9FF0BC;
}
.TagClassName
{
border-color: #9FF0BC;
}
</style>