Shades of Magic Mint #9FE9BF
Tints of Magic Mint #9FE9BF
RGB
CMYK
RGB Variations
Color information
#9FE9BF (or 0x9FE9BF) is known color: Magic Mint. HEX triplet: 9F, E9 and BF. RGB value is (159,233,191). Sum of RGB (Red+Green+Blue) = 159+233+191=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9BF is #601640. Grayscale: #CECECE. Windows color (decimal): -6297153 or 12577183. OLE color: 12577183.
HSL color Cylindrical-coordinate representation of color #9FE9BF: hue angle of 145.95º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9BF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 191 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.09 |
| HSL | 145.95º | 0.63% | 0.77% | - |
| HSV(B) | 145.95º | 0.32% | 0.91% | - |
| XYZ | 52.84 | 69.41 | 59.9 | - |
| YUV | 206.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 191 | 0.32 | 0 | 0.18 | 0.09 | 145.95 | 0.63 | 0.77 |
| Hex | 9F | E9 | BF | 20 | 0 | 12 | 9 | 92 | 3F | 4D |
| Octal | 237 | 351 | 277 | 40 | 0 | 22 | 11 | 222 | 77 | 115 |
| Binary | 10011111 | 11101001 | 10111111 | 100000 | 0 | 10010 | 1001 | 10010010 | 111111 | 1001101 |
Color Harmonies of #9FE9BF
Complementary color
Monochromatic Colors of #9FE9BF
Black with #9FE9BF
Text Example
Text Example
White with #9FE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9BF; }
p { color: rgb(159,233,191); }
H1.HeaderClassName
{
color: #9FE9BF;
}
.AnyTagClassName
{
color: #9FE9BF;
}
</style>
background-color css
<style>
a { background-color: #9FE9BF; }
a { background-color: rgb(159,233,191); }
div.DivClassName
{
background-color: #9FE9BF;
}
.BgClassName
{
background-color: #9FE9BF;
}
</style>
border-color css
<style>
span { border-color: #9FE9BF; }
span { border-color: rgb(159,233,191); }
td.TdClassName
{
border-color: #9FE9BF;
}
.TagClassName
{
border-color: #9FE9BF;
}
</style>