Shades of Magic Mint #96F6BE
Tints of Magic Mint #96F6BE
RGB
CMYK
RGB Variations
Color information
#96F6BE (or 0x96F6BE) is known color: Magic Mint. HEX triplet: 96, F6 and BE. RGB value is (150,246,190). Sum of RGB (Red+Green+Blue) = 150+246+190=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #96F6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F6BE is #690941. Grayscale: #D3D3D3. Windows color (decimal): -6883650 or 12514966. OLE color: 12514966.
HSL color Cylindrical-coordinate representation of color #96F6BE: hue angle of 145º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F6BE is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 246 | 190 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.04 |
| HSL | 145º | 0.84% | 0.78% | - |
| HSV(B) | 145º | 0.39% | 0.96% | - |
| XYZ | 54.83 | 76.11 | 60.52 | - |
| YUV | 210.91 | 116.2 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 246 | 190 | 0.39 | 0 | 0.23 | 0.04 | 145 | 0.84 | 0.78 |
| Hex | 96 | F6 | BE | 27 | 0 | 17 | 4 | 91 | 54 | 4E |
| Octal | 226 | 366 | 276 | 47 | 0 | 27 | 4 | 221 | 124 | 116 |
| Binary | 10010110 | 11110110 | 10111110 | 100111 | 0 | 10111 | 100 | 10010001 | 1010100 | 1001110 |
Color Harmonies of #96F6BE
Complementary color
Monochromatic Colors of #96F6BE
Black with #96F6BE
Text Example
Text Example
White with #96F6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F6BE; }
p { color: rgb(150,246,190); }
H1.HeaderClassName
{
color: #96F6BE;
}
.AnyTagClassName
{
color: #96F6BE;
}
</style>
background-color css
<style>
a { background-color: #96F6BE; }
a { background-color: rgb(150,246,190); }
div.DivClassName
{
background-color: #96F6BE;
}
.BgClassName
{
background-color: #96F6BE;
}
</style>
border-color css
<style>
span { border-color: #96F6BE; }
span { border-color: rgb(150,246,190); }
td.TdClassName
{
border-color: #96F6BE;
}
.TagClassName
{
border-color: #96F6BE;
}
</style>