Shades of Magic Mint #9EE9C0
Tints of Magic Mint #9EE9C0
RGB
CMYK
RGB Variations
Color information
#9EE9C0 (or 0x9EE9C0) is known color: Magic Mint. HEX triplet: 9E, E9 and C0. RGB value is (158,233,192). Sum of RGB (Red+Green+Blue) = 158+233+192=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9C0 is #61163F. Grayscale: #CDCDCD. Windows color (decimal): -6362688 or 12642718. OLE color: 12642718.
HSL color Cylindrical-coordinate representation of color #9EE9C0: hue angle of 147.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE9C0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 192 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.09 |
| HSL | 147.2º | 0.63% | 0.77% | - |
| HSV(B) | 147.2º | 0.32% | 0.91% | - |
| XYZ | 52.75 | 69.35 | 60.48 | - |
| YUV | 205.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 192 | 0.32 | 0 | 0.18 | 0.09 | 147.2 | 0.63 | 0.77 |
| Hex | 9E | E9 | C0 | 20 | 0 | 12 | 9 | 93 | 3F | 4D |
| Octal | 236 | 351 | 300 | 40 | 0 | 22 | 11 | 223 | 77 | 115 |
| Binary | 10011110 | 11101001 | 11000000 | 100000 | 0 | 10010 | 1001 | 10010011 | 111111 | 1001101 |
Color Harmonies of #9EE9C0
Complementary color
Monochromatic Colors of #9EE9C0
Black with #9EE9C0
Text Example
Text Example
White with #9EE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9C0; }
p { color: rgb(158,233,192); }
H1.HeaderClassName
{
color: #9EE9C0;
}
.AnyTagClassName
{
color: #9EE9C0;
}
</style>
background-color css
<style>
a { background-color: #9EE9C0; }
a { background-color: rgb(158,233,192); }
div.DivClassName
{
background-color: #9EE9C0;
}
.BgClassName
{
background-color: #9EE9C0;
}
</style>
border-color css
<style>
span { border-color: #9EE9C0; }
span { border-color: rgb(158,233,192); }
td.TdClassName
{
border-color: #9EE9C0;
}
.TagClassName
{
border-color: #9EE9C0;
}
</style>