Shades of Magic Mint #9EE9C6
Tints of Magic Mint #9EE9C6
RGB
CMYK
RGB Variations
Color information
#9EE9C6 (or 0x9EE9C6) is known color: Magic Mint. HEX triplet: 9E, E9 and C6. RGB value is (158,233,198). Sum of RGB (Red+Green+Blue) = 158+233+198=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE9C6 is #611639. Grayscale: #CECECE. Windows color (decimal): -6362682 or 13035934. OLE color: 13035934.
HSL color Cylindrical-coordinate representation of color #9EE9C6: hue angle of 152º 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 #9EE9C6 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 198 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.09 |
| HSL | 152º | 0.63% | 0.77% | - |
| HSV(B) | 152º | 0.32% | 0.91% | - |
| XYZ | 53.43 | 69.62 | 64.05 | - |
| YUV | 206.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 198 | 0.32 | 0 | 0.15 | 0.09 | 152 | 0.63 | 0.77 |
| Hex | 9E | E9 | C6 | 20 | 0 | F | 9 | 98 | 3F | 4D |
| Octal | 236 | 351 | 306 | 40 | 0 | 17 | 11 | 230 | 77 | 115 |
| Binary | 10011110 | 11101001 | 11000110 | 100000 | 0 | 1111 | 1001 | 10011000 | 111111 | 1001101 |
Color Harmonies of #9EE9C6
Complementary color
Monochromatic Colors of #9EE9C6
Black with #9EE9C6
Text Example
Text Example
White with #9EE9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9C6; }
p { color: rgb(158,233,198); }
H1.HeaderClassName
{
color: #9EE9C6;
}
.AnyTagClassName
{
color: #9EE9C6;
}
</style>
background-color css
<style>
a { background-color: #9EE9C6; }
a { background-color: rgb(158,233,198); }
div.DivClassName
{
background-color: #9EE9C6;
}
.BgClassName
{
background-color: #9EE9C6;
}
</style>
border-color css
<style>
span { border-color: #9EE9C6; }
span { border-color: rgb(158,233,198); }
td.TdClassName
{
border-color: #9EE9C6;
}
.TagClassName
{
border-color: #9EE9C6;
}
</style>