Shades of Magic Mint #9EFFBA
Tints of Magic Mint #9EFFBA
RGB
CMYK
RGB Variations
Color information
#9EFFBA (or 0x9EFFBA) is known color: Magic Mint. HEX triplet: 9E, FF and BA. RGB value is (158,255,186). Sum of RGB (Red+Green+Blue) = 158+255+186=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFBA is #610045. Grayscale: #DADADA. Windows color (decimal): -6357062 or 12255134. OLE color: 12255134.
HSL color Cylindrical-coordinate representation of color #9EFFBA: hue angle of 137.32º 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 #9EFFBA is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 186 | - |
| CMYK | 0.38 | 0 | 0.27 | 0 |
| HSL | 137.32º | 1% | 0.81% | - |
| HSV(B) | 137.32º | 0.38% | 1% | - |
| XYZ | 58.72 | 82.33 | 59.25 | - |
| YUV | 218.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 186 | 0.38 | 0 | 0.27 | 0 | 137.32 | 1 | 0.81 |
| Hex | 9E | FF | BA | 26 | 0 | 1B | 0 | 89 | 64 | 51 |
| Octal | 236 | 377 | 272 | 46 | 0 | 33 | 0 | 211 | 144 | 121 |
| Binary | 10011110 | 11111111 | 10111010 | 100110 | 0 | 11011 | 0 | 10001001 | 1100100 | 1010001 |
Color Harmonies of #9EFFBA
Complementary color
Monochromatic Colors of #9EFFBA
Black with #9EFFBA
Text Example
Text Example
White with #9EFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFBA; }
p { color: rgb(158,255,186); }
H1.HeaderClassName
{
color: #9EFFBA;
}
.AnyTagClassName
{
color: #9EFFBA;
}
</style>
background-color css
<style>
a { background-color: #9EFFBA; }
a { background-color: rgb(158,255,186); }
div.DivClassName
{
background-color: #9EFFBA;
}
.BgClassName
{
background-color: #9EFFBA;
}
</style>
border-color css
<style>
span { border-color: #9EFFBA; }
span { border-color: rgb(158,255,186); }
td.TdClassName
{
border-color: #9EFFBA;
}
.TagClassName
{
border-color: #9EFFBA;
}
</style>