Shades of Magic Mint #9FFCBF
Tints of Magic Mint #9FFCBF
RGB
CMYK
RGB Variations
Color information
#9FFCBF (or 0x9FFCBF) is known color: Magic Mint. HEX triplet: 9F, FC and BF. RGB value is (159,252,191). Sum of RGB (Red+Green+Blue) = 159+252+191=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCBF is #600340. Grayscale: #D9D9D9. Windows color (decimal): -6292289 or 12582047. OLE color: 12582047.
HSL color Cylindrical-coordinate representation of color #9FFCBF: hue angle of 140.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCBF is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 191 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.01 |
| HSL | 140.65º | 0.94% | 0.81% | - |
| HSV(B) | 140.65º | 0.37% | 0.99% | - |
| XYZ | 58.51 | 80.75 | 61.79 | - |
| YUV | 217.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 191 | 0.37 | 0 | 0.24 | 0.01 | 140.65 | 0.94 | 0.81 |
| Hex | 9F | FC | BF | 25 | 0 | 18 | 1 | 8D | 5E | 51 |
| Octal | 237 | 374 | 277 | 45 | 0 | 30 | 1 | 215 | 136 | 121 |
| Binary | 10011111 | 11111100 | 10111111 | 100101 | 0 | 11000 | 1 | 10001101 | 1011110 | 1010001 |
Color Harmonies of #9FFCBF
Complementary color
Monochromatic Colors of #9FFCBF
Black with #9FFCBF
Text Example
Text Example
White with #9FFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCBF; }
p { color: rgb(159,252,191); }
H1.HeaderClassName
{
color: #9FFCBF;
}
.AnyTagClassName
{
color: #9FFCBF;
}
</style>
background-color css
<style>
a { background-color: #9FFCBF; }
a { background-color: rgb(159,252,191); }
div.DivClassName
{
background-color: #9FFCBF;
}
.BgClassName
{
background-color: #9FFCBF;
}
</style>
border-color css
<style>
span { border-color: #9FFCBF; }
span { border-color: rgb(159,252,191); }
td.TdClassName
{
border-color: #9FFCBF;
}
.TagClassName
{
border-color: #9FFCBF;
}
</style>