Shades of Magic Mint #9EF7BA
Tints of Magic Mint #9EF7BA
RGB
CMYK
RGB Variations
Color information
#9EF7BA (or 0x9EF7BA) is known color: Magic Mint. HEX triplet: 9E, F7 and BA. RGB value is (158,247,186). Sum of RGB (Red+Green+Blue) = 158+247+186=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF7BA is #610845. Grayscale: #D5D5D5. Windows color (decimal): -6359110 or 12253086. OLE color: 12253086.
HSL color Cylindrical-coordinate representation of color #9EF7BA: hue angle of 138.88º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF7BA is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 247 | 186 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.03 |
| HSL | 138.88º | 0.85% | 0.79% | - |
| HSV(B) | 138.88º | 0.36% | 0.97% | - |
| XYZ | 56.22 | 77.34 | 58.42 | - |
| YUV | 213.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 247 | 186 | 0.36 | 0 | 0.25 | 0.03 | 138.88 | 0.85 | 0.79 |
| Hex | 9E | F7 | BA | 24 | 0 | 19 | 3 | 8B | 55 | 4F |
| Octal | 236 | 367 | 272 | 44 | 0 | 31 | 3 | 213 | 125 | 117 |
| Binary | 10011110 | 11110111 | 10111010 | 100100 | 0 | 11001 | 11 | 10001011 | 1010101 | 1001111 |
Color Harmonies of #9EF7BA
Complementary color
Monochromatic Colors of #9EF7BA
Black with #9EF7BA
Text Example
Text Example
White with #9EF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF7BA; }
p { color: rgb(158,247,186); }
H1.HeaderClassName
{
color: #9EF7BA;
}
.AnyTagClassName
{
color: #9EF7BA;
}
</style>
background-color css
<style>
a { background-color: #9EF7BA; }
a { background-color: rgb(158,247,186); }
div.DivClassName
{
background-color: #9EF7BA;
}
.BgClassName
{
background-color: #9EF7BA;
}
</style>
border-color css
<style>
span { border-color: #9EF7BA; }
span { border-color: rgb(158,247,186); }
td.TdClassName
{
border-color: #9EF7BA;
}
.TagClassName
{
border-color: #9EF7BA;
}
</style>