Shades of Magic Mint #9FFEC0
Tints of Magic Mint #9FFEC0
RGB
CMYK
RGB Variations
Color information
#9FFEC0 (or 0x9FFEC0) is known color: Magic Mint. HEX triplet: 9F, FE and C0. RGB value is (159,254,192). Sum of RGB (Red+Green+Blue) = 159+254+192=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEC0 is #60013F. Grayscale: #DADADA. Windows color (decimal): -6291776 or 12648095. OLE color: 12648095.
HSL color Cylindrical-coordinate representation of color #9FFEC0: hue angle of 140.84º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEC0 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 192 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.00 |
| HSL | 140.84º | 0.98% | 0.81% | - |
| HSV(B) | 140.84º | 0.37% | 1% | - |
| XYZ | 59.25 | 82.06 | 62.59 | - |
| YUV | 218.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 192 | 0.37 | 0 | 0.24 | 0.00 | 140.84 | 0.98 | 0.81 |
| Hex | 9F | FE | C0 | 25 | 0 | 18 | 0 | 8D | 62 | 51 |
| Octal | 237 | 376 | 300 | 45 | 0 | 30 | 0 | 215 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11000000 | 100101 | 0 | 11000 | 0 | 10001101 | 1100010 | 1010001 |
Color Harmonies of #9FFEC0
Complementary color
Monochromatic Colors of #9FFEC0
Black with #9FFEC0
Text Example
Text Example
White with #9FFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEC0; }
p { color: rgb(159,254,192); }
H1.HeaderClassName
{
color: #9FFEC0;
}
.AnyTagClassName
{
color: #9FFEC0;
}
</style>
background-color css
<style>
a { background-color: #9FFEC0; }
a { background-color: rgb(159,254,192); }
div.DivClassName
{
background-color: #9FFEC0;
}
.BgClassName
{
background-color: #9FFEC0;
}
</style>
border-color css
<style>
span { border-color: #9FFEC0; }
span { border-color: rgb(159,254,192); }
td.TdClassName
{
border-color: #9FFEC0;
}
.TagClassName
{
border-color: #9FFEC0;
}
</style>