Shades of Magic Mint #9FFCBB
Tints of Magic Mint #9FFCBB
RGB
CMYK
RGB Variations
Color information
#9FFCBB (or 0x9FFCBB) is known color: Magic Mint. HEX triplet: 9F, FC and BB. RGB value is (159,252,187). Sum of RGB (Red+Green+Blue) = 159+252+187=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCBB is #600344. Grayscale: #D8D8D8. Windows color (decimal): -6292293 or 12319903. OLE color: 12319903.
HSL color Cylindrical-coordinate representation of color #9FFCBB: hue angle of 138.06º 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 #9FFCBB is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 187 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.01 |
| HSL | 138.06º | 0.94% | 0.81% | - |
| HSV(B) | 138.06º | 0.37% | 0.99% | - |
| XYZ | 58.08 | 80.58 | 59.51 | - |
| YUV | 216.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 187 | 0.37 | 0 | 0.26 | 0.01 | 138.06 | 0.94 | 0.81 |
| Hex | 9F | FC | BB | 25 | 0 | 1A | 1 | 8A | 5E | 51 |
| Octal | 237 | 374 | 273 | 45 | 0 | 32 | 1 | 212 | 136 | 121 |
| Binary | 10011111 | 11111100 | 10111011 | 100101 | 0 | 11010 | 1 | 10001010 | 1011110 | 1010001 |
Color Harmonies of #9FFCBB
Complementary color
Monochromatic Colors of #9FFCBB
Black with #9FFCBB
Text Example
Text Example
White with #9FFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCBB; }
p { color: rgb(159,252,187); }
H1.HeaderClassName
{
color: #9FFCBB;
}
.AnyTagClassName
{
color: #9FFCBB;
}
</style>
background-color css
<style>
a { background-color: #9FFCBB; }
a { background-color: rgb(159,252,187); }
div.DivClassName
{
background-color: #9FFCBB;
}
.BgClassName
{
background-color: #9FFCBB;
}
</style>
border-color css
<style>
span { border-color: #9FFCBB; }
span { border-color: rgb(159,252,187); }
td.TdClassName
{
border-color: #9FFCBB;
}
.TagClassName
{
border-color: #9FFCBB;
}
</style>