Shades of Magic Mint #96FFBA
Tints of Magic Mint #96FFBA
RGB
CMYK
RGB Variations
Color information
#96FFBA (or 0x96FFBA) is known color: Magic Mint. HEX triplet: 96, FF and BA. RGB value is (150,255,186). Sum of RGB (Red+Green+Blue) = 150+255+186=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFBA is #690045. Grayscale: #D7D7D7. Windows color (decimal): -6881350 or 12255126. OLE color: 12255126.
HSL color Cylindrical-coordinate representation of color #96FFBA: hue angle of 140.57º 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 #96FFBA is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 186 | - |
| CMYK | 0.41 | 0 | 0.27 | 0 |
| HSL | 140.57º | 1% | 0.79% | - |
| HSV(B) | 140.57º | 0.41% | 1% | - |
| XYZ | 57.2 | 81.55 | 59.18 | - |
| YUV | 215.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 186 | 0.41 | 0 | 0.27 | 0 | 140.57 | 1 | 0.79 |
| Hex | 96 | FF | BA | 29 | 0 | 1B | 0 | 8D | 64 | 4F |
| Octal | 226 | 377 | 272 | 51 | 0 | 33 | 0 | 215 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10111010 | 101001 | 0 | 11011 | 0 | 10001101 | 1100100 | 1001111 |
Color Harmonies of #96FFBA
Complementary color
Monochromatic Colors of #96FFBA
Black with #96FFBA
Text Example
Text Example
White with #96FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFBA; }
p { color: rgb(150,255,186); }
H1.HeaderClassName
{
color: #96FFBA;
}
.AnyTagClassName
{
color: #96FFBA;
}
</style>
background-color css
<style>
a { background-color: #96FFBA; }
a { background-color: rgb(150,255,186); }
div.DivClassName
{
background-color: #96FFBA;
}
.BgClassName
{
background-color: #96FFBA;
}
</style>
border-color css
<style>
span { border-color: #96FFBA; }
span { border-color: rgb(150,255,186); }
td.TdClassName
{
border-color: #96FFBA;
}
.TagClassName
{
border-color: #96FFBA;
}
</style>