Shades of Magic Mint #9FFFBC
Tints of Magic Mint #9FFFBC
RGB
CMYK
RGB Variations
Color information
#9FFFBC (or 0x9FFFBC) is known color: Magic Mint. HEX triplet: 9F, FF and BC. RGB value is (159,255,188). Sum of RGB (Red+Green+Blue) = 159+255+188=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFBC is #600043. Grayscale: #DADADA. Windows color (decimal): -6291524 or 12386207. OLE color: 12386207.
HSL color Cylindrical-coordinate representation of color #9FFFBC: hue angle of 138.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFBC is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 188 | - |
| CMYK | 0.38 | 0 | 0.26 | 0 |
| HSL | 138.13º | 1% | 0.81% | - |
| HSV(B) | 138.13º | 0.38% | 1% | - |
| XYZ | 59.14 | 82.52 | 60.39 | - |
| YUV | 218.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 188 | 0.38 | 0 | 0.26 | 0 | 138.13 | 1 | 0.81 |
| Hex | 9F | FF | BC | 26 | 0 | 1A | 0 | 8A | 64 | 51 |
| Octal | 237 | 377 | 274 | 46 | 0 | 32 | 0 | 212 | 144 | 121 |
| Binary | 10011111 | 11111111 | 10111100 | 100110 | 0 | 11010 | 0 | 10001010 | 1100100 | 1010001 |
Color Harmonies of #9FFFBC
Complementary color
Monochromatic Colors of #9FFFBC
Black with #9FFFBC
Text Example
Text Example
White with #9FFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFBC; }
p { color: rgb(159,255,188); }
H1.HeaderClassName
{
color: #9FFFBC;
}
.AnyTagClassName
{
color: #9FFFBC;
}
</style>
background-color css
<style>
a { background-color: #9FFFBC; }
a { background-color: rgb(159,255,188); }
div.DivClassName
{
background-color: #9FFFBC;
}
.BgClassName
{
background-color: #9FFFBC;
}
</style>
border-color css
<style>
span { border-color: #9FFFBC; }
span { border-color: rgb(159,255,188); }
td.TdClassName
{
border-color: #9FFFBC;
}
.TagClassName
{
border-color: #9FFFBC;
}
</style>