Shades of Magic Mint #9EE9D0
Tints of Magic Mint #9EE9D0
RGB
CMYK
RGB Variations
Color information
#9EE9D0 (or 0x9EE9D0) is known color: Magic Mint. HEX triplet: 9E, E9 and D0. RGB value is (158,233,208). Sum of RGB (Red+Green+Blue) = 158+233+208=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9D0 is #61162F. Grayscale: #CFCFCF. Windows color (decimal): -6362672 or 13691294. OLE color: 13691294.
HSL color Cylindrical-coordinate representation of color #9EE9D0: hue angle of 160º 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 #9EE9D0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 208 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.09 |
| HSL | 160º | 0.63% | 0.77% | - |
| HSV(B) | 160º | 0.32% | 0.91% | - |
| XYZ | 54.62 | 70.1 | 70.33 | - |
| YUV | 207.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 208 | 0.32 | 0 | 0.11 | 0.09 | 160 | 0.63 | 0.77 |
| Hex | 9E | E9 | D0 | 20 | 0 | B | 9 | A0 | 3F | 4D |
| Octal | 236 | 351 | 320 | 40 | 0 | 13 | 11 | 240 | 77 | 115 |
| Binary | 10011110 | 11101001 | 11010000 | 100000 | 0 | 1011 | 1001 | 10100000 | 111111 | 1001101 |
Color Harmonies of #9EE9D0
Complementary color
Monochromatic Colors of #9EE9D0
Black with #9EE9D0
Text Example
Text Example
White with #9EE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9D0; }
p { color: rgb(158,233,208); }
H1.HeaderClassName
{
color: #9EE9D0;
}
.AnyTagClassName
{
color: #9EE9D0;
}
</style>
background-color css
<style>
a { background-color: #9EE9D0; }
a { background-color: rgb(158,233,208); }
div.DivClassName
{
background-color: #9EE9D0;
}
.BgClassName
{
background-color: #9EE9D0;
}
</style>
border-color css
<style>
span { border-color: #9EE9D0; }
span { border-color: rgb(158,233,208); }
td.TdClassName
{
border-color: #9EE9D0;
}
.TagClassName
{
border-color: #9EE9D0;
}
</style>