Shades of Magic Mint #96FFCE
Tints of Magic Mint #96FFCE
RGB
CMYK
RGB Variations
Color information
#96FFCE (or 0x96FFCE) is known color: Magic Mint. HEX triplet: 96, FF and CE. RGB value is (150,255,206). Sum of RGB (Red+Green+Blue) = 150+255+206=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCE is #690031. Grayscale: #DADADA. Windows color (decimal): -6881330 or 13565846. OLE color: 13565846.
HSL color Cylindrical-coordinate representation of color #96FFCE: hue angle of 152º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFCE is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 206 | - |
| CMYK | 0.41 | 0 | 0.19 | 0 |
| HSL | 152º | 1% | 0.79% | - |
| HSV(B) | 152º | 0.41% | 1% | - |
| XYZ | 59.48 | 82.46 | 71.17 | - |
| YUV | 218.02 | 121.21 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 206 | 0.41 | 0 | 0.19 | 0 | 152 | 1 | 0.79 |
| Hex | 96 | FF | CE | 29 | 0 | 13 | 0 | 98 | 64 | 4F |
| Octal | 226 | 377 | 316 | 51 | 0 | 23 | 0 | 230 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11001110 | 101001 | 0 | 10011 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #96FFCE
Complementary color
Monochromatic Colors of #96FFCE
Black with #96FFCE
Text Example
Text Example
White with #96FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFCE; }
p { color: rgb(150,255,206); }
H1.HeaderClassName
{
color: #96FFCE;
}
.AnyTagClassName
{
color: #96FFCE;
}
</style>
background-color css
<style>
a { background-color: #96FFCE; }
a { background-color: rgb(150,255,206); }
div.DivClassName
{
background-color: #96FFCE;
}
.BgClassName
{
background-color: #96FFCE;
}
</style>
border-color css
<style>
span { border-color: #96FFCE; }
span { border-color: rgb(150,255,206); }
td.TdClassName
{
border-color: #96FFCE;
}
.TagClassName
{
border-color: #96FFCE;
}
</style>