Shades of Magic Mint #9EFFC7
Tints of Magic Mint #9EFFC7
RGB
CMYK
RGB Variations
Color information
#9EFFC7 (or 0x9EFFC7) is known color: Magic Mint. HEX triplet: 9E, FF and C7. RGB value is (158,255,199). Sum of RGB (Red+Green+Blue) = 158+255+199=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFC7 is #610038. Grayscale: #DBDBDB. Windows color (decimal): -6357049 or 13107102. OLE color: 13107102.
HSL color Cylindrical-coordinate representation of color #9EFFC7: hue angle of 145.36º 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 #9EFFC7 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 199 | - |
| CMYK | 0.38 | 0 | 0.22 | 0 |
| HSL | 145.36º | 1% | 0.81% | - |
| HSV(B) | 145.36º | 0.38% | 1% | - |
| XYZ | 60.17 | 82.91 | 66.87 | - |
| YUV | 219.61 | 116.36 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 199 | 0.38 | 0 | 0.22 | 0 | 145.36 | 1 | 0.81 |
| Hex | 9E | FF | C7 | 26 | 0 | 16 | 0 | 91 | 64 | 51 |
| Octal | 236 | 377 | 307 | 46 | 0 | 26 | 0 | 221 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11000111 | 100110 | 0 | 10110 | 0 | 10010001 | 1100100 | 1010001 |
Color Harmonies of #9EFFC7
Complementary color
Monochromatic Colors of #9EFFC7
Black with #9EFFC7
Text Example
Text Example
White with #9EFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFC7; }
p { color: rgb(158,255,199); }
H1.HeaderClassName
{
color: #9EFFC7;
}
.AnyTagClassName
{
color: #9EFFC7;
}
</style>
background-color css
<style>
a { background-color: #9EFFC7; }
a { background-color: rgb(158,255,199); }
div.DivClassName
{
background-color: #9EFFC7;
}
.BgClassName
{
background-color: #9EFFC7;
}
</style>
border-color css
<style>
span { border-color: #9EFFC7; }
span { border-color: rgb(158,255,199); }
td.TdClassName
{
border-color: #9EFFC7;
}
.TagClassName
{
border-color: #9EFFC7;
}
</style>