Shades of Magic Mint #9FFBBC
Tints of Magic Mint #9FFBBC
RGB
CMYK
RGB Variations
Color information
#9FFBBC (or 0x9FFBBC) is known color: Magic Mint. HEX triplet: 9F, FB and BC. RGB value is (159,251,188). Sum of RGB (Red+Green+Blue) = 159+251+188=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBBC is #600443. Grayscale: #D8D8D8. Windows color (decimal): -6292548 or 12385183. OLE color: 12385183.
HSL color Cylindrical-coordinate representation of color #9FFBBC: hue angle of 138.91º 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 #9FFBBC is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 188 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.02 |
| HSL | 138.91º | 0.92% | 0.8% | - |
| HSV(B) | 138.91º | 0.37% | 0.98% | - |
| XYZ | 57.87 | 80 | 59.97 | - |
| YUV | 216.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 188 | 0.37 | 0 | 0.25 | 0.02 | 138.91 | 0.92 | 0.8 |
| Hex | 9F | FB | BC | 25 | 0 | 19 | 2 | 8B | 5C | 50 |
| Octal | 237 | 373 | 274 | 45 | 0 | 31 | 2 | 213 | 134 | 120 |
| Binary | 10011111 | 11111011 | 10111100 | 100101 | 0 | 11001 | 10 | 10001011 | 1011100 | 1010000 |
Color Harmonies of #9FFBBC
Complementary color
Monochromatic Colors of #9FFBBC
Black with #9FFBBC
Text Example
Text Example
White with #9FFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBBC; }
p { color: rgb(159,251,188); }
H1.HeaderClassName
{
color: #9FFBBC;
}
.AnyTagClassName
{
color: #9FFBBC;
}
</style>
background-color css
<style>
a { background-color: #9FFBBC; }
a { background-color: rgb(159,251,188); }
div.DivClassName
{
background-color: #9FFBBC;
}
.BgClassName
{
background-color: #9FFBBC;
}
</style>
border-color css
<style>
span { border-color: #9FFBBC; }
span { border-color: rgb(159,251,188); }
td.TdClassName
{
border-color: #9FFBBC;
}
.TagClassName
{
border-color: #9FFBBC;
}
</style>