Shades of Magic Mint #96FFC1
Tints of Magic Mint #96FFC1
RGB
CMYK
RGB Variations
Color information
#96FFC1 (or 0x96FFC1) is known color: Magic Mint. HEX triplet: 96, FF and C1. RGB value is (150,255,193). Sum of RGB (Red+Green+Blue) = 150+255+193=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFC1 is #69003E. Grayscale: #D8D8D8. Windows color (decimal): -6881343 or 12713878. OLE color: 12713878.
HSL color Cylindrical-coordinate representation of color #96FFC1: hue angle of 144.57º 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 #96FFC1 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 193 | - |
| CMYK | 0.41 | 0 | 0.24 | 0 |
| HSL | 144.57º | 1% | 0.79% | - |
| HSV(B) | 144.57º | 0.41% | 1% | - |
| XYZ | 57.96 | 81.85 | 63.2 | - |
| YUV | 216.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 193 | 0.41 | 0 | 0.24 | 0 | 144.57 | 1 | 0.79 |
| Hex | 96 | FF | C1 | 29 | 0 | 18 | 0 | 91 | 64 | 4F |
| Octal | 226 | 377 | 301 | 51 | 0 | 30 | 0 | 221 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11000001 | 101001 | 0 | 11000 | 0 | 10010001 | 1100100 | 1001111 |
Color Harmonies of #96FFC1
Complementary color
Monochromatic Colors of #96FFC1
Black with #96FFC1
Text Example
Text Example
White with #96FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFC1; }
p { color: rgb(150,255,193); }
H1.HeaderClassName
{
color: #96FFC1;
}
.AnyTagClassName
{
color: #96FFC1;
}
</style>
background-color css
<style>
a { background-color: #96FFC1; }
a { background-color: rgb(150,255,193); }
div.DivClassName
{
background-color: #96FFC1;
}
.BgClassName
{
background-color: #96FFC1;
}
</style>
border-color css
<style>
span { border-color: #96FFC1; }
span { border-color: rgb(150,255,193); }
td.TdClassName
{
border-color: #96FFC1;
}
.TagClassName
{
border-color: #96FFC1;
}
</style>