Shades of Magic Mint #96FFBC
Tints of Magic Mint #96FFBC
RGB
CMYK
RGB Variations
Color information
#96FFBC (or 0x96FFBC) is known color: Magic Mint. HEX triplet: 96, FF and BC. RGB value is (150,255,188). Sum of RGB (Red+Green+Blue) = 150+255+188=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFBC is #690043. Grayscale: #D8D8D8. Windows color (decimal): -6881348 or 12386198. OLE color: 12386198.
HSL color Cylindrical-coordinate representation of color #96FFBC: hue angle of 141.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFBC is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 188 | - |
| CMYK | 0.41 | 0 | 0.26 | 0 |
| HSL | 141.71º | 1% | 0.79% | - |
| HSV(B) | 141.71º | 0.41% | 1% | - |
| XYZ | 57.41 | 81.63 | 60.31 | - |
| YUV | 215.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 188 | 0.41 | 0 | 0.26 | 0 | 141.71 | 1 | 0.79 |
| Hex | 96 | FF | BC | 29 | 0 | 1A | 0 | 8E | 64 | 4F |
| Octal | 226 | 377 | 274 | 51 | 0 | 32 | 0 | 216 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10111100 | 101001 | 0 | 11010 | 0 | 10001110 | 1100100 | 1001111 |
Color Harmonies of #96FFBC
Complementary color
Monochromatic Colors of #96FFBC
Black with #96FFBC
Text Example
Text Example
White with #96FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFBC; }
p { color: rgb(150,255,188); }
H1.HeaderClassName
{
color: #96FFBC;
}
.AnyTagClassName
{
color: #96FFBC;
}
</style>
background-color css
<style>
a { background-color: #96FFBC; }
a { background-color: rgb(150,255,188); }
div.DivClassName
{
background-color: #96FFBC;
}
.BgClassName
{
background-color: #96FFBC;
}
</style>
border-color css
<style>
span { border-color: #96FFBC; }
span { border-color: rgb(150,255,188); }
td.TdClassName
{
border-color: #96FFBC;
}
.TagClassName
{
border-color: #96FFBC;
}
</style>