Shades of Magic Mint #96FAC0
Tints of Magic Mint #96FAC0
RGB
CMYK
RGB Variations
Color information
#96FAC0 (or 0x96FAC0) is known color: Magic Mint. HEX triplet: 96, FA and C0. RGB value is (150,250,192). Sum of RGB (Red+Green+Blue) = 150+250+192=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAC0 is #69053F. Grayscale: #D5D5D5. Windows color (decimal): -6882624 or 12647062. OLE color: 12647062.
HSL color Cylindrical-coordinate representation of color #96FAC0: hue angle of 145.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAC0 is Cyan = 0.4, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 192 | - |
| CMYK | 0.4 | 0 | 0.23 | 0.02 |
| HSL | 145.2º | 0.91% | 0.78% | - |
| HSV(B) | 145.2º | 0.4% | 0.98% | - |
| XYZ | 56.28 | 78.66 | 62.09 | - |
| YUV | 213.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 192 | 0.4 | 0 | 0.23 | 0.02 | 145.2 | 0.91 | 0.78 |
| Hex | 96 | FA | C0 | 28 | 0 | 17 | 2 | 91 | 5B | 4E |
| Octal | 226 | 372 | 300 | 50 | 0 | 27 | 2 | 221 | 133 | 116 |
| Binary | 10010110 | 11111010 | 11000000 | 101000 | 0 | 10111 | 10 | 10010001 | 1011011 | 1001110 |
Color Harmonies of #96FAC0
Complementary color
Monochromatic Colors of #96FAC0
Black with #96FAC0
Text Example
Text Example
White with #96FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FAC0; }
p { color: rgb(150,250,192); }
H1.HeaderClassName
{
color: #96FAC0;
}
.AnyTagClassName
{
color: #96FAC0;
}
</style>
background-color css
<style>
a { background-color: #96FAC0; }
a { background-color: rgb(150,250,192); }
div.DivClassName
{
background-color: #96FAC0;
}
.BgClassName
{
background-color: #96FAC0;
}
</style>
border-color css
<style>
span { border-color: #96FAC0; }
span { border-color: rgb(150,250,192); }
td.TdClassName
{
border-color: #96FAC0;
}
.TagClassName
{
border-color: #96FAC0;
}
</style>