Shades of Magic Mint #9EFEBD
Tints of Magic Mint #9EFEBD
RGB
CMYK
RGB Variations
Color information
#9EFEBD (or 0x9EFEBD) is known color: Magic Mint. HEX triplet: 9E, FE and BD. RGB value is (158,254,189). Sum of RGB (Red+Green+Blue) = 158+254+189=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEBD is #610142. Grayscale: #DADADA. Windows color (decimal): -6357315 or 12451486. OLE color: 12451486.
HSL color Cylindrical-coordinate representation of color #9EFEBD: hue angle of 139.38º 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 #9EFEBD is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 189 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.00 |
| HSL | 139.38º | 0.98% | 0.81% | - |
| HSV(B) | 139.38º | 0.38% | 1% | - |
| XYZ | 58.73 | 81.83 | 60.84 | - |
| YUV | 217.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 189 | 0.38 | 0 | 0.26 | 0.00 | 139.38 | 0.98 | 0.81 |
| Hex | 9E | FE | BD | 26 | 0 | 1A | 0 | 8B | 62 | 51 |
| Octal | 236 | 376 | 275 | 46 | 0 | 32 | 0 | 213 | 142 | 121 |
| Binary | 10011110 | 11111110 | 10111101 | 100110 | 0 | 11010 | 0 | 10001011 | 1100010 | 1010001 |
Color Harmonies of #9EFEBD
Complementary color
Monochromatic Colors of #9EFEBD
Black with #9EFEBD
Text Example
Text Example
White with #9EFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEBD; }
p { color: rgb(158,254,189); }
H1.HeaderClassName
{
color: #9EFEBD;
}
.AnyTagClassName
{
color: #9EFEBD;
}
</style>
background-color css
<style>
a { background-color: #9EFEBD; }
a { background-color: rgb(158,254,189); }
div.DivClassName
{
background-color: #9EFEBD;
}
.BgClassName
{
background-color: #9EFEBD;
}
</style>
border-color css
<style>
span { border-color: #9EFEBD; }
span { border-color: rgb(158,254,189); }
td.TdClassName
{
border-color: #9EFEBD;
}
.TagClassName
{
border-color: #9EFEBD;
}
</style>