Shades of Magic Mint #9EE9CE
Tints of Magic Mint #9EE9CE
RGB
CMYK
RGB Variations
Color information
#9EE9CE (or 0x9EE9CE) is known color: Magic Mint. HEX triplet: 9E, E9 and CE. RGB value is (158,233,206). Sum of RGB (Red+Green+Blue) = 158+233+206=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9CE is #611631. Grayscale: #CFCFCF. Windows color (decimal): -6362674 or 13560222. OLE color: 13560222.
HSL color Cylindrical-coordinate representation of color #9EE9CE: hue angle of 158.4º 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 #9EE9CE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 206 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.09 |
| HSL | 158.4º | 0.63% | 0.77% | - |
| HSV(B) | 158.4º | 0.32% | 0.91% | - |
| XYZ | 54.38 | 70 | 69.04 | - |
| YUV | 207.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 206 | 0.32 | 0 | 0.12 | 0.09 | 158.4 | 0.63 | 0.77 |
| Hex | 9E | E9 | CE | 20 | 0 | C | 9 | 9E | 3F | 4D |
| Octal | 236 | 351 | 316 | 40 | 0 | 14 | 11 | 236 | 77 | 115 |
| Binary | 10011110 | 11101001 | 11001110 | 100000 | 0 | 1100 | 1001 | 10011110 | 111111 | 1001101 |
Color Harmonies of #9EE9CE
Complementary color
Monochromatic Colors of #9EE9CE
Black with #9EE9CE
Text Example
Text Example
White with #9EE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9CE; }
p { color: rgb(158,233,206); }
H1.HeaderClassName
{
color: #9EE9CE;
}
.AnyTagClassName
{
color: #9EE9CE;
}
</style>
background-color css
<style>
a { background-color: #9EE9CE; }
a { background-color: rgb(158,233,206); }
div.DivClassName
{
background-color: #9EE9CE;
}
.BgClassName
{
background-color: #9EE9CE;
}
</style>
border-color css
<style>
span { border-color: #9EE9CE; }
span { border-color: rgb(158,233,206); }
td.TdClassName
{
border-color: #9EE9CE;
}
.TagClassName
{
border-color: #9EE9CE;
}
</style>