Shades of Magic Mint #9EFEC0
Tints of Magic Mint #9EFEC0
RGB
CMYK
RGB Variations
Color information
#9EFEC0 (or 0x9EFEC0) is known color: Magic Mint. HEX triplet: 9E, FE and C0. RGB value is (158,254,192). Sum of RGB (Red+Green+Blue) = 158+254+192=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEC0 is #61013F. Grayscale: #DADADA. Windows color (decimal): -6357312 or 12648094. OLE color: 12648094.
HSL color Cylindrical-coordinate representation of color #9EFEC0: hue angle of 141.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEC0 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 192 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.00 |
| HSL | 141.25º | 0.98% | 0.81% | - |
| HSV(B) | 141.25º | 0.38% | 1% | - |
| XYZ | 59.06 | 81.96 | 62.58 | - |
| YUV | 218.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 192 | 0.38 | 0 | 0.24 | 0.00 | 141.25 | 0.98 | 0.81 |
| Hex | 9E | FE | C0 | 26 | 0 | 18 | 0 | 8D | 62 | 51 |
| Octal | 236 | 376 | 300 | 46 | 0 | 30 | 0 | 215 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11000000 | 100110 | 0 | 11000 | 0 | 10001101 | 1100010 | 1010001 |
Color Harmonies of #9EFEC0
Complementary color
Monochromatic Colors of #9EFEC0
Black with #9EFEC0
Text Example
Text Example
White with #9EFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEC0; }
p { color: rgb(158,254,192); }
H1.HeaderClassName
{
color: #9EFEC0;
}
.AnyTagClassName
{
color: #9EFEC0;
}
</style>
background-color css
<style>
a { background-color: #9EFEC0; }
a { background-color: rgb(158,254,192); }
div.DivClassName
{
background-color: #9EFEC0;
}
.BgClassName
{
background-color: #9EFEC0;
}
</style>
border-color css
<style>
span { border-color: #9EFEC0; }
span { border-color: rgb(158,254,192); }
td.TdClassName
{
border-color: #9EFEC0;
}
.TagClassName
{
border-color: #9EFEC0;
}
</style>