Shades of Magic Mint #96FBBE
Tints of Magic Mint #96FBBE
RGB
CMYK
RGB Variations
Color information
#96FBBE (or 0x96FBBE) is known color: Magic Mint. HEX triplet: 96, FB and BE. RGB value is (150,251,190). Sum of RGB (Red+Green+Blue) = 150+251+190=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBBE is #690441. Grayscale: #D5D5D5. Windows color (decimal): -6882370 or 12516246. OLE color: 12516246.
HSL color Cylindrical-coordinate representation of color #96FBBE: hue angle of 143.76º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBBE is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 190 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.02 |
| HSL | 143.76º | 0.93% | 0.79% | - |
| HSV(B) | 143.76º | 0.4% | 0.98% | - |
| XYZ | 56.37 | 79.2 | 61.03 | - |
| YUV | 213.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 190 | 0.40 | 0 | 0.24 | 0.02 | 143.76 | 0.93 | 0.79 |
| Hex | 96 | FB | BE | 28 | 0 | 18 | 2 | 90 | 5D | 4F |
| Octal | 226 | 373 | 276 | 50 | 0 | 30 | 2 | 220 | 135 | 117 |
| Binary | 10010110 | 11111011 | 10111110 | 101000 | 0 | 11000 | 10 | 10010000 | 1011101 | 1001111 |
Color Harmonies of #96FBBE
Complementary color
Monochromatic Colors of #96FBBE
Black with #96FBBE
Text Example
Text Example
White with #96FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FBBE; }
p { color: rgb(150,251,190); }
H1.HeaderClassName
{
color: #96FBBE;
}
.AnyTagClassName
{
color: #96FBBE;
}
</style>
background-color css
<style>
a { background-color: #96FBBE; }
a { background-color: rgb(150,251,190); }
div.DivClassName
{
background-color: #96FBBE;
}
.BgClassName
{
background-color: #96FBBE;
}
</style>
border-color css
<style>
span { border-color: #96FBBE; }
span { border-color: rgb(150,251,190); }
td.TdClassName
{
border-color: #96FBBE;
}
.TagClassName
{
border-color: #96FBBE;
}
</style>