Shades of Magic Mint #96F8C0
Tints of Magic Mint #96F8C0
RGB
CMYK
RGB Variations
Color information
#96F8C0 (or 0x96F8C0) is known color: Magic Mint. HEX triplet: 96, F8 and C0. RGB value is (150,248,192). Sum of RGB (Red+Green+Blue) = 150+248+192=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8C0 is #69073F. Grayscale: #D4D4D4. Windows color (decimal): -6883136 or 12646550. OLE color: 12646550.
HSL color Cylindrical-coordinate representation of color #96F8C0: hue angle of 145.71º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8C0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 192 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.03 |
| HSL | 145.71º | 0.88% | 0.78% | - |
| HSV(B) | 145.71º | 0.4% | 0.97% | - |
| XYZ | 55.66 | 77.42 | 61.88 | - |
| YUV | 212.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 192 | 0.40 | 0 | 0.23 | 0.03 | 145.71 | 0.88 | 0.78 |
| Hex | 96 | F8 | C0 | 28 | 0 | 17 | 3 | 92 | 58 | 4E |
| Octal | 226 | 370 | 300 | 50 | 0 | 27 | 3 | 222 | 130 | 116 |
| Binary | 10010110 | 11111000 | 11000000 | 101000 | 0 | 10111 | 11 | 10010010 | 1011000 | 1001110 |
Color Harmonies of #96F8C0
Complementary color
Monochromatic Colors of #96F8C0
Black with #96F8C0
Text Example
Text Example
White with #96F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8C0; }
p { color: rgb(150,248,192); }
H1.HeaderClassName
{
color: #96F8C0;
}
.AnyTagClassName
{
color: #96F8C0;
}
</style>
background-color css
<style>
a { background-color: #96F8C0; }
a { background-color: rgb(150,248,192); }
div.DivClassName
{
background-color: #96F8C0;
}
.BgClassName
{
background-color: #96F8C0;
}
</style>
border-color css
<style>
span { border-color: #96F8C0; }
span { border-color: rgb(150,248,192); }
td.TdClassName
{
border-color: #96F8C0;
}
.TagClassName
{
border-color: #96F8C0;
}
</style>