Shades of Magic Mint #9FFBBF
Tints of Magic Mint #9FFBBF
RGB
CMYK
RGB Variations
Color information
#9FFBBF (or 0x9FFBBF) is known color: Magic Mint. HEX triplet: 9F, FB and BF. RGB value is (159,251,191). Sum of RGB (Red+Green+Blue) = 159+251+191=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBBF is #600440. Grayscale: #D8D8D8. Windows color (decimal): -6292545 or 12581791. OLE color: 12581791.
HSL color Cylindrical-coordinate representation of color #9FFBBF: hue angle of 140.87º degrees, saturation: 0.92, 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 #9FFBBF is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 191 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.02 |
| HSL | 140.87º | 0.92% | 0.8% | - |
| HSV(B) | 140.87º | 0.37% | 0.98% | - |
| XYZ | 58.2 | 80.13 | 61.69 | - |
| YUV | 216.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 191 | 0.37 | 0 | 0.24 | 0.02 | 140.87 | 0.92 | 0.8 |
| Hex | 9F | FB | BF | 25 | 0 | 18 | 2 | 8D | 5C | 50 |
| Octal | 237 | 373 | 277 | 45 | 0 | 30 | 2 | 215 | 134 | 120 |
| Binary | 10011111 | 11111011 | 10111111 | 100101 | 0 | 11000 | 10 | 10001101 | 1011100 | 1010000 |
Color Harmonies of #9FFBBF
Complementary color
Monochromatic Colors of #9FFBBF
Black with #9FFBBF
Text Example
Text Example
White with #9FFBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBBF; }
p { color: rgb(159,251,191); }
H1.HeaderClassName
{
color: #9FFBBF;
}
.AnyTagClassName
{
color: #9FFBBF;
}
</style>
background-color css
<style>
a { background-color: #9FFBBF; }
a { background-color: rgb(159,251,191); }
div.DivClassName
{
background-color: #9FFBBF;
}
.BgClassName
{
background-color: #9FFBBF;
}
</style>
border-color css
<style>
span { border-color: #9FFBBF; }
span { border-color: rgb(159,251,191); }
td.TdClassName
{
border-color: #9FFBBF;
}
.TagClassName
{
border-color: #9FFBBF;
}
</style>