Shades of Magic Mint #9EFCBF
Tints of Magic Mint #9EFCBF
RGB
CMYK
RGB Variations
Color information
#9EFCBF (or 0x9EFCBF) is known color: Magic Mint. HEX triplet: 9E, FC and BF. RGB value is (158,252,191). Sum of RGB (Red+Green+Blue) = 158+252+191=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCBF is #610340. Grayscale: #D9D9D9. Windows color (decimal): -6357825 or 12582046. OLE color: 12582046.
HSL color Cylindrical-coordinate representation of color #9EFCBF: hue angle of 141.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCBF is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 191 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.01 |
| HSL | 141.06º | 0.94% | 0.8% | - |
| HSV(B) | 141.06º | 0.37% | 0.99% | - |
| XYZ | 58.31 | 80.65 | 61.78 | - |
| YUV | 216.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 191 | 0.37 | 0 | 0.24 | 0.01 | 141.06 | 0.94 | 0.8 |
| Hex | 9E | FC | BF | 25 | 0 | 18 | 1 | 8D | 5E | 50 |
| Octal | 236 | 374 | 277 | 45 | 0 | 30 | 1 | 215 | 136 | 120 |
| Binary | 10011110 | 11111100 | 10111111 | 100101 | 0 | 11000 | 1 | 10001101 | 1011110 | 1010000 |
Color Harmonies of #9EFCBF
Complementary color
Monochromatic Colors of #9EFCBF
Black with #9EFCBF
Text Example
Text Example
White with #9EFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFCBF; }
p { color: rgb(158,252,191); }
H1.HeaderClassName
{
color: #9EFCBF;
}
.AnyTagClassName
{
color: #9EFCBF;
}
</style>
background-color css
<style>
a { background-color: #9EFCBF; }
a { background-color: rgb(158,252,191); }
div.DivClassName
{
background-color: #9EFCBF;
}
.BgClassName
{
background-color: #9EFCBF;
}
</style>
border-color css
<style>
span { border-color: #9EFCBF; }
span { border-color: rgb(158,252,191); }
td.TdClassName
{
border-color: #9EFCBF;
}
.TagClassName
{
border-color: #9EFCBF;
}
</style>