Shades of Magic Mint #9EFFC0
Tints of Magic Mint #9EFFC0
RGB
CMYK
RGB Variations
Color information
#9EFFC0 (or 0x9EFFC0) is known color: Magic Mint. HEX triplet: 9E, FF and C0. RGB value is (158,255,192). Sum of RGB (Red+Green+Blue) = 158+255+192=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFC0 is #61003F. Grayscale: #DADADA. Windows color (decimal): -6357056 or 12648350. OLE color: 12648350.
HSL color Cylindrical-coordinate representation of color #9EFFC0: hue angle of 141.03º 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 #9EFFC0 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 192 | - |
| CMYK | 0.38 | 0 | 0.25 | 0 |
| HSL | 141.03º | 1% | 0.81% | - |
| HSV(B) | 141.03º | 0.38% | 1% | - |
| XYZ | 59.37 | 82.59 | 62.68 | - |
| YUV | 218.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 192 | 0.38 | 0 | 0.25 | 0 | 141.03 | 1 | 0.81 |
| Hex | 9E | FF | C0 | 26 | 0 | 19 | 0 | 8D | 64 | 51 |
| Octal | 236 | 377 | 300 | 46 | 0 | 31 | 0 | 215 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11000000 | 100110 | 0 | 11001 | 0 | 10001101 | 1100100 | 1010001 |
Color Harmonies of #9EFFC0
Complementary color
Monochromatic Colors of #9EFFC0
Black with #9EFFC0
Text Example
Text Example
White with #9EFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFC0; }
p { color: rgb(158,255,192); }
H1.HeaderClassName
{
color: #9EFFC0;
}
.AnyTagClassName
{
color: #9EFFC0;
}
</style>
background-color css
<style>
a { background-color: #9EFFC0; }
a { background-color: rgb(158,255,192); }
div.DivClassName
{
background-color: #9EFFC0;
}
.BgClassName
{
background-color: #9EFFC0;
}
</style>
border-color css
<style>
span { border-color: #9EFFC0; }
span { border-color: rgb(158,255,192); }
td.TdClassName
{
border-color: #9EFFC0;
}
.TagClassName
{
border-color: #9EFFC0;
}
</style>