Shades of Magic Mint #9EFFC1
Tints of Magic Mint #9EFFC1
RGB
CMYK
RGB Variations
Color information
#9EFFC1 (or 0x9EFFC1) is known color: Magic Mint. HEX triplet: 9E, FF and C1. RGB value is (158,255,193). Sum of RGB (Red+Green+Blue) = 158+255+193=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFC1 is #61003E. Grayscale: #DBDBDB. Windows color (decimal): -6357055 or 12713886. OLE color: 12713886.
HSL color Cylindrical-coordinate representation of color #9EFFC1: hue angle of 141.65º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFC1 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 193 | - |
| CMYK | 0.38 | 0 | 0.24 | 0 |
| HSL | 141.65º | 1% | 0.81% | - |
| HSV(B) | 141.65º | 0.38% | 1% | - |
| XYZ | 59.49 | 82.64 | 63.27 | - |
| YUV | 218.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 193 | 0.38 | 0 | 0.24 | 0 | 141.65 | 1 | 0.81 |
| Hex | 9E | FF | C1 | 26 | 0 | 18 | 0 | 8E | 64 | 51 |
| Octal | 236 | 377 | 301 | 46 | 0 | 30 | 0 | 216 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11000001 | 100110 | 0 | 11000 | 0 | 10001110 | 1100100 | 1010001 |
Color Harmonies of #9EFFC1
Complementary color
Monochromatic Colors of #9EFFC1
Black with #9EFFC1
Text Example
Text Example
White with #9EFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFC1; }
p { color: rgb(158,255,193); }
H1.HeaderClassName
{
color: #9EFFC1;
}
.AnyTagClassName
{
color: #9EFFC1;
}
</style>
background-color css
<style>
a { background-color: #9EFFC1; }
a { background-color: rgb(158,255,193); }
div.DivClassName
{
background-color: #9EFFC1;
}
.BgClassName
{
background-color: #9EFFC1;
}
</style>
border-color css
<style>
span { border-color: #9EFFC1; }
span { border-color: rgb(158,255,193); }
td.TdClassName
{
border-color: #9EFFC1;
}
.TagClassName
{
border-color: #9EFFC1;
}
</style>