Shades of Magic Mint #9FF2BF
Tints of Magic Mint #9FF2BF
RGB
CMYK
RGB Variations
Color information
#9FF2BF (or 0x9FF2BF) is known color: Magic Mint. HEX triplet: 9F, F2 and BF. RGB value is (159,242,191). Sum of RGB (Red+Green+Blue) = 159+242+191=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2BF is #600D40. Grayscale: #D3D3D3. Windows color (decimal): -6294849 or 12579487. OLE color: 12579487.
HSL color Cylindrical-coordinate representation of color #9FF2BF: hue angle of 143.13º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2BF is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 191 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.05 |
| HSL | 143.13º | 0.76% | 0.79% | - |
| HSV(B) | 143.13º | 0.34% | 0.95% | - |
| XYZ | 55.45 | 74.64 | 60.77 | - |
| YUV | 211.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 191 | 0.34 | 0 | 0.21 | 0.05 | 143.13 | 0.76 | 0.79 |
| Hex | 9F | F2 | BF | 22 | 0 | 15 | 5 | 8F | 4C | 4F |
| Octal | 237 | 362 | 277 | 42 | 0 | 25 | 5 | 217 | 114 | 117 |
| Binary | 10011111 | 11110010 | 10111111 | 100010 | 0 | 10101 | 101 | 10001111 | 1001100 | 1001111 |
Color Harmonies of #9FF2BF
Complementary color
Monochromatic Colors of #9FF2BF
Black with #9FF2BF
Text Example
Text Example
White with #9FF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2BF; }
p { color: rgb(159,242,191); }
H1.HeaderClassName
{
color: #9FF2BF;
}
.AnyTagClassName
{
color: #9FF2BF;
}
</style>
background-color css
<style>
a { background-color: #9FF2BF; }
a { background-color: rgb(159,242,191); }
div.DivClassName
{
background-color: #9FF2BF;
}
.BgClassName
{
background-color: #9FF2BF;
}
</style>
border-color css
<style>
span { border-color: #9FF2BF; }
span { border-color: rgb(159,242,191); }
td.TdClassName
{
border-color: #9FF2BF;
}
.TagClassName
{
border-color: #9FF2BF;
}
</style>