Shades of Magic Mint #9EFEBC
Tints of Magic Mint #9EFEBC
RGB
CMYK
RGB Variations
Color information
#9EFEBC (or 0x9EFEBC) is known color: Magic Mint. HEX triplet: 9E, FE and BC. RGB value is (158,254,188). Sum of RGB (Red+Green+Blue) = 158+254+188=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEBC is #610143. Grayscale: #D9D9D9. Windows color (decimal): -6357316 or 12385950. OLE color: 12385950.
HSL color Cylindrical-coordinate representation of color #9EFEBC: hue angle of 138.75º 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 #9EFEBC is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 188 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.00 |
| HSL | 138.75º | 0.98% | 0.81% | - |
| HSV(B) | 138.75º | 0.38% | 1% | - |
| XYZ | 58.62 | 81.78 | 60.27 | - |
| YUV | 217.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 188 | 0.38 | 0 | 0.26 | 0.00 | 138.75 | 0.98 | 0.81 |
| Hex | 9E | FE | BC | 26 | 0 | 1A | 0 | 8B | 62 | 51 |
| Octal | 236 | 376 | 274 | 46 | 0 | 32 | 0 | 213 | 142 | 121 |
| Binary | 10011110 | 11111110 | 10111100 | 100110 | 0 | 11010 | 0 | 10001011 | 1100010 | 1010001 |
Color Harmonies of #9EFEBC
Complementary color
Monochromatic Colors of #9EFEBC
Black with #9EFEBC
Text Example
Text Example
White with #9EFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEBC; }
p { color: rgb(158,254,188); }
H1.HeaderClassName
{
color: #9EFEBC;
}
.AnyTagClassName
{
color: #9EFEBC;
}
</style>
background-color css
<style>
a { background-color: #9EFEBC; }
a { background-color: rgb(158,254,188); }
div.DivClassName
{
background-color: #9EFEBC;
}
.BgClassName
{
background-color: #9EFEBC;
}
</style>
border-color css
<style>
span { border-color: #9EFEBC; }
span { border-color: rgb(158,254,188); }
td.TdClassName
{
border-color: #9EFEBC;
}
.TagClassName
{
border-color: #9EFEBC;
}
</style>