Shades of Magic Mint #9EF9BF
Tints of Magic Mint #9EF9BF
RGB
CMYK
RGB Variations
Color information
#9EF9BF (or 0x9EF9BF) is known color: Magic Mint. HEX triplet: 9E, F9 and BF. RGB value is (158,249,191). Sum of RGB (Red+Green+Blue) = 158+249+191=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9BF is #610640. Grayscale: #D7D7D7. Windows color (decimal): -6358593 or 12581278. OLE color: 12581278.
HSL color Cylindrical-coordinate representation of color #9EF9BF: hue angle of 141.76º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9BF is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 191 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.02 |
| HSL | 141.76º | 0.88% | 0.8% | - |
| HSV(B) | 141.76º | 0.37% | 0.98% | - |
| XYZ | 57.38 | 78.78 | 61.47 | - |
| YUV | 215.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 191 | 0.37 | 0 | 0.23 | 0.02 | 141.76 | 0.88 | 0.8 |
| Hex | 9E | F9 | BF | 25 | 0 | 17 | 2 | 8E | 58 | 50 |
| Octal | 236 | 371 | 277 | 45 | 0 | 27 | 2 | 216 | 130 | 120 |
| Binary | 10011110 | 11111001 | 10111111 | 100101 | 0 | 10111 | 10 | 10001110 | 1011000 | 1010000 |
Color Harmonies of #9EF9BF
Complementary color
Monochromatic Colors of #9EF9BF
Black with #9EF9BF
Text Example
Text Example
White with #9EF9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9BF; }
p { color: rgb(158,249,191); }
H1.HeaderClassName
{
color: #9EF9BF;
}
.AnyTagClassName
{
color: #9EF9BF;
}
</style>
background-color css
<style>
a { background-color: #9EF9BF; }
a { background-color: rgb(158,249,191); }
div.DivClassName
{
background-color: #9EF9BF;
}
.BgClassName
{
background-color: #9EF9BF;
}
</style>
border-color css
<style>
span { border-color: #9EF9BF; }
span { border-color: rgb(158,249,191); }
td.TdClassName
{
border-color: #9EF9BF;
}
.TagClassName
{
border-color: #9EF9BF;
}
</style>