Shades of Magic Mint #9EE7C8
Tints of Magic Mint #9EE7C8
RGB
CMYK
RGB Variations
Color information
#9EE7C8 (or 0x9EE7C8) is known color: Magic Mint. HEX triplet: 9E, E7 and C8. RGB value is (158,231,200). Sum of RGB (Red+Green+Blue) = 158+231+200=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE7C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE7C8 is #611837. Grayscale: #CDCDCD. Windows color (decimal): -6363192 or 13166494. OLE color: 13166494.
HSL color Cylindrical-coordinate representation of color #9EE7C8: hue angle of 154.52º 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 #9EE7C8 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 231 | 200 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.09 |
| HSL | 154.52º | 0.6% | 0.76% | - |
| HSV(B) | 154.52º | 0.32% | 0.91% | - |
| XYZ | 53.1 | 68.59 | 65.08 | - |
| YUV | 205.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 231 | 200 | 0.32 | 0 | 0.13 | 0.09 | 154.52 | 0.6 | 0.76 |
| Hex | 9E | E7 | C8 | 20 | 0 | D | 9 | 9B | 3C | 4C |
| Octal | 236 | 347 | 310 | 40 | 0 | 15 | 11 | 233 | 74 | 114 |
| Binary | 10011110 | 11100111 | 11001000 | 100000 | 0 | 1101 | 1001 | 10011011 | 111100 | 1001100 |
Color Harmonies of #9EE7C8
Complementary color
Monochromatic Colors of #9EE7C8
Black with #9EE7C8
Text Example
Text Example
White with #9EE7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE7C8; }
p { color: rgb(158,231,200); }
H1.HeaderClassName
{
color: #9EE7C8;
}
.AnyTagClassName
{
color: #9EE7C8;
}
</style>
background-color css
<style>
a { background-color: #9EE7C8; }
a { background-color: rgb(158,231,200); }
div.DivClassName
{
background-color: #9EE7C8;
}
.BgClassName
{
background-color: #9EE7C8;
}
</style>
border-color css
<style>
span { border-color: #9EE7C8; }
span { border-color: rgb(158,231,200); }
td.TdClassName
{
border-color: #9EE7C8;
}
.TagClassName
{
border-color: #9EE7C8;
}
</style>