Shades of Magic Mint #9EF9BB
Tints of Magic Mint #9EF9BB
RGB
CMYK
RGB Variations
Color information
#9EF9BB (or 0x9EF9BB) is known color: Magic Mint. HEX triplet: 9E, F9 and BB. RGB value is (158,249,187). Sum of RGB (Red+Green+Blue) = 158+249+187=594 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.60% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9BB is #610644. Grayscale: #D6D6D6. Windows color (decimal): -6358597 or 12319134. OLE color: 12319134.
HSL color Cylindrical-coordinate representation of color #9EF9BB: hue angle of 139.12º 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 #9EF9BB is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 187 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.02 |
| HSL | 139.12º | 0.88% | 0.8% | - |
| HSV(B) | 139.12º | 0.37% | 0.98% | - |
| XYZ | 56.95 | 78.61 | 59.19 | - |
| YUV | 214.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 187 | 0.37 | 0 | 0.25 | 0.02 | 139.12 | 0.88 | 0.8 |
| Hex | 9E | F9 | BB | 25 | 0 | 19 | 2 | 8B | 58 | 50 |
| Octal | 236 | 371 | 273 | 45 | 0 | 31 | 2 | 213 | 130 | 120 |
| Binary | 10011110 | 11111001 | 10111011 | 100101 | 0 | 11001 | 10 | 10001011 | 1011000 | 1010000 |
Color Harmonies of #9EF9BB
Complementary color
Monochromatic Colors of #9EF9BB
Black with #9EF9BB
Text Example
Text Example
White with #9EF9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9BB; }
p { color: rgb(158,249,187); }
H1.HeaderClassName
{
color: #9EF9BB;
}
.AnyTagClassName
{
color: #9EF9BB;
}
</style>
background-color css
<style>
a { background-color: #9EF9BB; }
a { background-color: rgb(158,249,187); }
div.DivClassName
{
background-color: #9EF9BB;
}
.BgClassName
{
background-color: #9EF9BB;
}
</style>
border-color css
<style>
span { border-color: #9EF9BB; }
span { border-color: rgb(158,249,187); }
td.TdClassName
{
border-color: #9EF9BB;
}
.TagClassName
{
border-color: #9EF9BB;
}
</style>