Shades of Magic Mint #96FCC1
Tints of Magic Mint #96FCC1
RGB
CMYK
RGB Variations
Color information
#96FCC1 (or 0x96FCC1) is known color: Magic Mint. HEX triplet: 96, FC and C1. RGB value is (150,252,193). Sum of RGB (Red+Green+Blue) = 150+252+193=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCC1 is #69033E. Grayscale: #D6D6D6. Windows color (decimal): -6882111 or 12713110. OLE color: 12713110.
HSL color Cylindrical-coordinate representation of color #96FCC1: hue angle of 145.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCC1 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 193 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.01 |
| HSL | 145.29º | 0.94% | 0.79% | - |
| HSV(B) | 145.29º | 0.4% | 0.99% | - |
| XYZ | 57.01 | 79.96 | 62.88 | - |
| YUV | 214.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 193 | 0.40 | 0 | 0.23 | 0.01 | 145.29 | 0.94 | 0.79 |
| Hex | 96 | FC | C1 | 28 | 0 | 17 | 1 | 91 | 5E | 4F |
| Octal | 226 | 374 | 301 | 50 | 0 | 27 | 1 | 221 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11000001 | 101000 | 0 | 10111 | 1 | 10010001 | 1011110 | 1001111 |
Color Harmonies of #96FCC1
Complementary color
Monochromatic Colors of #96FCC1
Black with #96FCC1
Text Example
Text Example
White with #96FCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCC1; }
p { color: rgb(150,252,193); }
H1.HeaderClassName
{
color: #96FCC1;
}
.AnyTagClassName
{
color: #96FCC1;
}
</style>
background-color css
<style>
a { background-color: #96FCC1; }
a { background-color: rgb(150,252,193); }
div.DivClassName
{
background-color: #96FCC1;
}
.BgClassName
{
background-color: #96FCC1;
}
</style>
border-color css
<style>
span { border-color: #96FCC1; }
span { border-color: rgb(150,252,193); }
td.TdClassName
{
border-color: #96FCC1;
}
.TagClassName
{
border-color: #96FCC1;
}
</style>