Shades of Magic Mint #96FFBE
Tints of Magic Mint #96FFBE
RGB
CMYK
RGB Variations
Color information
#96FFBE (or 0x96FFBE) is known color: Magic Mint. HEX triplet: 96, FF and BE. RGB value is (150,255,190). Sum of RGB (Red+Green+Blue) = 150+255+190=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFBE is #690041. Grayscale: #D8D8D8. Windows color (decimal): -6881346 or 12517270. OLE color: 12517270.
HSL color Cylindrical-coordinate representation of color #96FFBE: hue angle of 142.86º 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 #96FFBE is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 190 | - |
| CMYK | 0.41 | 0 | 0.25 | 0 |
| HSL | 142.86º | 1% | 0.79% | - |
| HSV(B) | 142.86º | 0.41% | 1% | - |
| XYZ | 57.63 | 81.72 | 61.45 | - |
| YUV | 216.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 190 | 0.41 | 0 | 0.25 | 0 | 142.86 | 1 | 0.79 |
| Hex | 96 | FF | BE | 29 | 0 | 19 | 0 | 8F | 64 | 4F |
| Octal | 226 | 377 | 276 | 51 | 0 | 31 | 0 | 217 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10111110 | 101001 | 0 | 11001 | 0 | 10001111 | 1100100 | 1001111 |
Color Harmonies of #96FFBE
Complementary color
Monochromatic Colors of #96FFBE
Black with #96FFBE
Text Example
Text Example
White with #96FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFBE; }
p { color: rgb(150,255,190); }
H1.HeaderClassName
{
color: #96FFBE;
}
.AnyTagClassName
{
color: #96FFBE;
}
</style>
background-color css
<style>
a { background-color: #96FFBE; }
a { background-color: rgb(150,255,190); }
div.DivClassName
{
background-color: #96FFBE;
}
.BgClassName
{
background-color: #96FFBE;
}
</style>
border-color css
<style>
span { border-color: #96FFBE; }
span { border-color: rgb(150,255,190); }
td.TdClassName
{
border-color: #96FFBE;
}
.TagClassName
{
border-color: #96FFBE;
}
</style>