Shades of Magic Mint #9EFEBA
Tints of Magic Mint #9EFEBA
RGB
CMYK
RGB Variations
Color information
#9EFEBA (or 0x9EFEBA) is known color: Magic Mint. HEX triplet: 9E, FE and BA. RGB value is (158,254,186). Sum of RGB (Red+Green+Blue) = 158+254+186=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEBA is #610145. Grayscale: #D9D9D9. Windows color (decimal): -6357318 or 12254878. OLE color: 12254878.
HSL color Cylindrical-coordinate representation of color #9EFEBA: hue angle of 137.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEBA is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 186 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.00 |
| HSL | 137.5º | 0.98% | 0.81% | - |
| HSV(B) | 137.5º | 0.38% | 1% | - |
| XYZ | 58.41 | 81.7 | 59.15 | - |
| YUV | 217.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 186 | 0.38 | 0 | 0.27 | 0.00 | 137.5 | 0.98 | 0.81 |
| Hex | 9E | FE | BA | 26 | 0 | 1B | 0 | 8A | 62 | 51 |
| Octal | 236 | 376 | 272 | 46 | 0 | 33 | 0 | 212 | 142 | 121 |
| Binary | 10011110 | 11111110 | 10111010 | 100110 | 0 | 11011 | 0 | 10001010 | 1100010 | 1010001 |
Color Harmonies of #9EFEBA
Complementary color
Monochromatic Colors of #9EFEBA
Black with #9EFEBA
Text Example
Text Example
White with #9EFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEBA; }
p { color: rgb(158,254,186); }
H1.HeaderClassName
{
color: #9EFEBA;
}
.AnyTagClassName
{
color: #9EFEBA;
}
</style>
background-color css
<style>
a { background-color: #9EFEBA; }
a { background-color: rgb(158,254,186); }
div.DivClassName
{
background-color: #9EFEBA;
}
.BgClassName
{
background-color: #9EFEBA;
}
</style>
border-color css
<style>
span { border-color: #9EFEBA; }
span { border-color: rgb(158,254,186); }
td.TdClassName
{
border-color: #9EFEBA;
}
.TagClassName
{
border-color: #9EFEBA;
}
</style>