Shades of Magic Mint #96FFBD
Tints of Magic Mint #96FFBD
RGB
CMYK
RGB Variations
Color information
#96FFBD (or 0x96FFBD) is known color: Magic Mint. HEX triplet: 96, FF and BD. RGB value is (150,255,189). Sum of RGB (Red+Green+Blue) = 150+255+189=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFBD is #690042. Grayscale: #D8D8D8. Windows color (decimal): -6881347 or 12451734. OLE color: 12451734.
HSL color Cylindrical-coordinate representation of color #96FFBD: hue angle of 142.29º 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 #96FFBD is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 189 | - |
| CMYK | 0.41 | 0 | 0.26 | 0 |
| HSL | 142.29º | 1% | 0.79% | - |
| HSV(B) | 142.29º | 0.41% | 1% | - |
| XYZ | 57.52 | 81.68 | 60.88 | - |
| YUV | 216.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 189 | 0.41 | 0 | 0.26 | 0 | 142.29 | 1 | 0.79 |
| Hex | 96 | FF | BD | 29 | 0 | 1A | 0 | 8E | 64 | 4F |
| Octal | 226 | 377 | 275 | 51 | 0 | 32 | 0 | 216 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10111101 | 101001 | 0 | 11010 | 0 | 10001110 | 1100100 | 1001111 |
Color Harmonies of #96FFBD
Complementary color
Monochromatic Colors of #96FFBD
Black with #96FFBD
Text Example
Text Example
White with #96FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFBD; }
p { color: rgb(150,255,189); }
H1.HeaderClassName
{
color: #96FFBD;
}
.AnyTagClassName
{
color: #96FFBD;
}
</style>
background-color css
<style>
a { background-color: #96FFBD; }
a { background-color: rgb(150,255,189); }
div.DivClassName
{
background-color: #96FFBD;
}
.BgClassName
{
background-color: #96FFBD;
}
</style>
border-color css
<style>
span { border-color: #96FFBD; }
span { border-color: rgb(150,255,189); }
td.TdClassName
{
border-color: #96FFBD;
}
.TagClassName
{
border-color: #96FFBD;
}
</style>