Shades of Magic Mint #96FFB9
Tints of Magic Mint #96FFB9
RGB
CMYK
RGB Variations
Color information
#96FFB9 (or 0x96FFB9) is known color: Magic Mint. HEX triplet: 96, FF and B9. RGB value is (150,255,185). Sum of RGB (Red+Green+Blue) = 150+255+185=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFB9 is #690046. Grayscale: #D7D7D7. Windows color (decimal): -6881351 or 12189590. OLE color: 12189590.
HSL color Cylindrical-coordinate representation of color #96FFB9: hue angle of 140º 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 #96FFB9 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 185 | - |
| CMYK | 0.41 | 0 | 0.27 | 0 |
| HSL | 140º | 1% | 0.79% | - |
| HSV(B) | 140º | 0.41% | 1% | - |
| XYZ | 57.09 | 81.51 | 58.62 | - |
| YUV | 215.63 | 110.71 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 185 | 0.41 | 0 | 0.27 | 0 | 140 | 1 | 0.79 |
| Hex | 96 | FF | B9 | 29 | 0 | 1B | 0 | 8C | 64 | 4F |
| Octal | 226 | 377 | 271 | 51 | 0 | 33 | 0 | 214 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10111001 | 101001 | 0 | 11011 | 0 | 10001100 | 1100100 | 1001111 |
Color Harmonies of #96FFB9
Complementary color
Monochromatic Colors of #96FFB9
Black with #96FFB9
Text Example
Text Example
White with #96FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFB9; }
p { color: rgb(150,255,185); }
H1.HeaderClassName
{
color: #96FFB9;
}
.AnyTagClassName
{
color: #96FFB9;
}
</style>
background-color css
<style>
a { background-color: #96FFB9; }
a { background-color: rgb(150,255,185); }
div.DivClassName
{
background-color: #96FFB9;
}
.BgClassName
{
background-color: #96FFB9;
}
</style>
border-color css
<style>
span { border-color: #96FFB9; }
span { border-color: rgb(150,255,185); }
td.TdClassName
{
border-color: #96FFB9;
}
.TagClassName
{
border-color: #96FFB9;
}
</style>