Shades of Magic Mint #96F7BA
Tints of Magic Mint #96F7BA
RGB
CMYK
RGB Variations
Color information
#96F7BA (or 0x96F7BA) is known color: Magic Mint. HEX triplet: 96, F7 and BA. RGB value is (150,247,186). Sum of RGB (Red+Green+Blue) = 150+247+186=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7BA is #690845. Grayscale: #D3D3D3. Windows color (decimal): -6883398 or 12253078. OLE color: 12253078.
HSL color Cylindrical-coordinate representation of color #96F7BA: hue angle of 142.27º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7BA is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 186 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.03 |
| HSL | 142.27º | 0.86% | 0.78% | - |
| HSV(B) | 142.27º | 0.39% | 0.97% | - |
| XYZ | 54.7 | 76.55 | 58.35 | - |
| YUV | 211.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 186 | 0.39 | 0 | 0.25 | 0.03 | 142.27 | 0.86 | 0.78 |
| Hex | 96 | F7 | BA | 27 | 0 | 19 | 3 | 8E | 56 | 4E |
| Octal | 226 | 367 | 272 | 47 | 0 | 31 | 3 | 216 | 126 | 116 |
| Binary | 10010110 | 11110111 | 10111010 | 100111 | 0 | 11001 | 11 | 10001110 | 1010110 | 1001110 |
Color Harmonies of #96F7BA
Complementary color
Monochromatic Colors of #96F7BA
Black with #96F7BA
Text Example
Text Example
White with #96F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7BA; }
p { color: rgb(150,247,186); }
H1.HeaderClassName
{
color: #96F7BA;
}
.AnyTagClassName
{
color: #96F7BA;
}
</style>
background-color css
<style>
a { background-color: #96F7BA; }
a { background-color: rgb(150,247,186); }
div.DivClassName
{
background-color: #96F7BA;
}
.BgClassName
{
background-color: #96F7BA;
}
</style>
border-color css
<style>
span { border-color: #96F7BA; }
span { border-color: rgb(150,247,186); }
td.TdClassName
{
border-color: #96F7BA;
}
.TagClassName
{
border-color: #96F7BA;
}
</style>