Shades of Magic Mint #96FFC9
Tints of Magic Mint #96FFC9
RGB
CMYK
RGB Variations
Color information
#96FFC9 (or 0x96FFC9) is known color: Magic Mint. HEX triplet: 96, FF and C9. RGB value is (150,255,201). Sum of RGB (Red+Green+Blue) = 150+255+201=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFC9 is #690036. Grayscale: #D9D9D9. Windows color (decimal): -6881335 or 13238166. OLE color: 13238166.
HSL color Cylindrical-coordinate representation of color #96FFC9: hue angle of 149.14º 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 #96FFC9 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 201 | - |
| CMYK | 0.41 | 0 | 0.21 | 0 |
| HSL | 149.14º | 1% | 0.79% | - |
| HSV(B) | 149.14º | 0.41% | 1% | - |
| XYZ | 58.88 | 82.22 | 68.03 | - |
| YUV | 217.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 201 | 0.41 | 0 | 0.21 | 0 | 149.14 | 1 | 0.79 |
| Hex | 96 | FF | C9 | 29 | 0 | 15 | 0 | 95 | 64 | 4F |
| Octal | 226 | 377 | 311 | 51 | 0 | 25 | 0 | 225 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11001001 | 101001 | 0 | 10101 | 0 | 10010101 | 1100100 | 1001111 |
Color Harmonies of #96FFC9
Complementary color
Monochromatic Colors of #96FFC9
Black with #96FFC9
Text Example
Text Example
White with #96FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFC9; }
p { color: rgb(150,255,201); }
H1.HeaderClassName
{
color: #96FFC9;
}
.AnyTagClassName
{
color: #96FFC9;
}
</style>
background-color css
<style>
a { background-color: #96FFC9; }
a { background-color: rgb(150,255,201); }
div.DivClassName
{
background-color: #96FFC9;
}
.BgClassName
{
background-color: #96FFC9;
}
</style>
border-color css
<style>
span { border-color: #96FFC9; }
span { border-color: rgb(150,255,201); }
td.TdClassName
{
border-color: #96FFC9;
}
.TagClassName
{
border-color: #96FFC9;
}
</style>