Shades of Magic Mint #96F7C6
Tints of Magic Mint #96F7C6
RGB
CMYK
RGB Variations
Color information
#96F7C6 (or 0x96F7C6) is known color: Magic Mint. HEX triplet: 96, F7 and C6. RGB value is (150,247,198). Sum of RGB (Red+Green+Blue) = 150+247+198=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7C6 is #690839. Grayscale: #D4D4D4. Windows color (decimal): -6883386 or 13039510. OLE color: 13039510.
HSL color Cylindrical-coordinate representation of color #96F7C6: hue angle of 149.69º 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 #96F7C6 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 198 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.03 |
| HSL | 149.69º | 0.86% | 0.78% | - |
| HSV(B) | 149.69º | 0.39% | 0.97% | - |
| XYZ | 56.03 | 77.08 | 65.35 | - |
| YUV | 212.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 198 | 0.39 | 0 | 0.20 | 0.03 | 149.69 | 0.86 | 0.78 |
| Hex | 96 | F7 | C6 | 27 | 0 | 14 | 3 | 96 | 56 | 4E |
| Octal | 226 | 367 | 306 | 47 | 0 | 24 | 3 | 226 | 126 | 116 |
| Binary | 10010110 | 11110111 | 11000110 | 100111 | 0 | 10100 | 11 | 10010110 | 1010110 | 1001110 |
Color Harmonies of #96F7C6
Complementary color
Monochromatic Colors of #96F7C6
Black with #96F7C6
Text Example
Text Example
White with #96F7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F7C6; }
p { color: rgb(150,247,198); }
H1.HeaderClassName
{
color: #96F7C6;
}
.AnyTagClassName
{
color: #96F7C6;
}
</style>
background-color css
<style>
a { background-color: #96F7C6; }
a { background-color: rgb(150,247,198); }
div.DivClassName
{
background-color: #96F7C6;
}
.BgClassName
{
background-color: #96F7C6;
}
</style>
border-color css
<style>
span { border-color: #96F7C6; }
span { border-color: rgb(150,247,198); }
td.TdClassName
{
border-color: #96F7C6;
}
.TagClassName
{
border-color: #96F7C6;
}
</style>