Shades of Magic Mint #9EE7CE
Tints of Magic Mint #9EE7CE
RGB
CMYK
RGB Variations
Color information
#9EE7CE (or 0x9EE7CE) is known color: Magic Mint. HEX triplet: 9E, E7 and CE. RGB value is (158,231,206). Sum of RGB (Red+Green+Blue) = 158+231+206=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE7CE is #611831. Grayscale: #CECECE. Windows color (decimal): -6363186 or 13559710. OLE color: 13559710.
HSL color Cylindrical-coordinate representation of color #9EE7CE: hue angle of 159.45º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE7CE is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 206 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.09 |
| HSL | 159.45º | 0.6% | 0.76% | - |
| HSV(B) | 159.45º | 0.32% | 0.91% | - |
| XYZ | 53.82 | 68.88 | 68.85 | - |
| YUV | 206.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 206 | 0.32 | 0 | 0.11 | 0.09 | 159.45 | 0.6 | 0.76 |
| Hex | 9E | E7 | CE | 20 | 0 | B | 9 | 9F | 3C | 4C |
| Octal | 236 | 347 | 316 | 40 | 0 | 13 | 11 | 237 | 74 | 114 |
| Binary | 10011110 | 11100111 | 11001110 | 100000 | 0 | 1011 | 1001 | 10011111 | 111100 | 1001100 |
Color Harmonies of #9EE7CE
Complementary color
Monochromatic Colors of #9EE7CE
Black with #9EE7CE
Text Example
Text Example
White with #9EE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE7CE; }
p { color: rgb(158,231,206); }
H1.HeaderClassName
{
color: #9EE7CE;
}
.AnyTagClassName
{
color: #9EE7CE;
}
</style>
background-color css
<style>
a { background-color: #9EE7CE; }
a { background-color: rgb(158,231,206); }
div.DivClassName
{
background-color: #9EE7CE;
}
.BgClassName
{
background-color: #9EE7CE;
}
</style>
border-color css
<style>
span { border-color: #9EE7CE; }
span { border-color: rgb(158,231,206); }
td.TdClassName
{
border-color: #9EE7CE;
}
.TagClassName
{
border-color: #9EE7CE;
}
</style>