Shades of Magic Mint #96FFB8
Tints of Magic Mint #96FFB8
RGB
CMYK
RGB Variations
Color information
#96FFB8 (or 0x96FFB8) is known color: Magic Mint. HEX triplet: 96, FF and B8. RGB value is (150,255,184). Sum of RGB (Red+Green+Blue) = 150+255+184=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFB8 is #690047. Grayscale: #D7D7D7. Windows color (decimal): -6881352 or 12124054. OLE color: 12124054.
HSL color Cylindrical-coordinate representation of color #96FFB8: hue angle of 139.43º 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 #96FFB8 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 184 | - |
| CMYK | 0.41 | 0 | 0.28 | 0 |
| HSL | 139.43º | 1% | 0.79% | - |
| HSV(B) | 139.43º | 0.41% | 1% | - |
| XYZ | 56.99 | 81.46 | 58.07 | - |
| YUV | 215.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 184 | 0.41 | 0 | 0.28 | 0 | 139.43 | 1 | 0.79 |
| Hex | 96 | FF | B8 | 29 | 0 | 1C | 0 | 8B | 64 | 4F |
| Octal | 226 | 377 | 270 | 51 | 0 | 34 | 0 | 213 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10111000 | 101001 | 0 | 11100 | 0 | 10001011 | 1100100 | 1001111 |
Color Harmonies of #96FFB8
Complementary color
Monochromatic Colors of #96FFB8
Black with #96FFB8
Text Example
Text Example
White with #96FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFB8; }
p { color: rgb(150,255,184); }
H1.HeaderClassName
{
color: #96FFB8;
}
.AnyTagClassName
{
color: #96FFB8;
}
</style>
background-color css
<style>
a { background-color: #96FFB8; }
a { background-color: rgb(150,255,184); }
div.DivClassName
{
background-color: #96FFB8;
}
.BgClassName
{
background-color: #96FFB8;
}
</style>
border-color css
<style>
span { border-color: #96FFB8; }
span { border-color: rgb(150,255,184); }
td.TdClassName
{
border-color: #96FFB8;
}
.TagClassName
{
border-color: #96FFB8;
}
</style>