Shades of Magic Mint #9EFFBC
Tints of Magic Mint #9EFFBC
RGB
CMYK
RGB Variations
Color information
#9EFFBC (or 0x9EFFBC) is known color: Magic Mint. HEX triplet: 9E, FF and BC. RGB value is (158,255,188). Sum of RGB (Red+Green+Blue) = 158+255+188=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFBC is #610043. Grayscale: #DADADA. Windows color (decimal): -6357060 or 12386206. OLE color: 12386206.
HSL color Cylindrical-coordinate representation of color #9EFFBC: hue angle of 138.56º 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 #9EFFBC is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 188 | - |
| CMYK | 0.38 | 0 | 0.26 | 0 |
| HSL | 138.56º | 1% | 0.81% | - |
| HSV(B) | 138.56º | 0.38% | 1% | - |
| XYZ | 58.94 | 82.42 | 60.38 | - |
| YUV | 218.36 | 110.86 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 188 | 0.38 | 0 | 0.26 | 0 | 138.56 | 1 | 0.81 |
| Hex | 9E | FF | BC | 26 | 0 | 1A | 0 | 8B | 64 | 51 |
| Octal | 236 | 377 | 274 | 46 | 0 | 32 | 0 | 213 | 144 | 121 |
| Binary | 10011110 | 11111111 | 10111100 | 100110 | 0 | 11010 | 0 | 10001011 | 1100100 | 1010001 |
Color Harmonies of #9EFFBC
Complementary color
Monochromatic Colors of #9EFFBC
Black with #9EFFBC
Text Example
Text Example
White with #9EFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFBC; }
p { color: rgb(158,255,188); }
H1.HeaderClassName
{
color: #9EFFBC;
}
.AnyTagClassName
{
color: #9EFFBC;
}
</style>
background-color css
<style>
a { background-color: #9EFFBC; }
a { background-color: rgb(158,255,188); }
div.DivClassName
{
background-color: #9EFFBC;
}
.BgClassName
{
background-color: #9EFFBC;
}
</style>
border-color css
<style>
span { border-color: #9EFFBC; }
span { border-color: rgb(158,255,188); }
td.TdClassName
{
border-color: #9EFFBC;
}
.TagClassName
{
border-color: #9EFFBC;
}
</style>