Shades of Magic Mint #96FCD2
Tints of Magic Mint #96FCD2
RGB
CMYK
RGB Variations
Color information
#96FCD2 (or 0x96FCD2) is known color: Magic Mint. HEX triplet: 96, FC and D2. RGB value is (150,252,210). Sum of RGB (Red+Green+Blue) = 150+252+210=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCD2 is #69032D. Grayscale: #D8D8D8. Windows color (decimal): -6882094 or 13827222. OLE color: 13827222.
HSL color Cylindrical-coordinate representation of color #96FCD2: hue angle of 155.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 #96FCD2 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 210 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.01 |
| HSL | 155.29º | 0.94% | 0.79% | - |
| HSV(B) | 155.29º | 0.4% | 0.99% | - |
| XYZ | 59.02 | 80.76 | 73.45 | - |
| YUV | 216.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 210 | 0.40 | 0 | 0.17 | 0.01 | 155.29 | 0.94 | 0.79 |
| Hex | 96 | FC | D2 | 28 | 0 | 11 | 1 | 9B | 5E | 4F |
| Octal | 226 | 374 | 322 | 50 | 0 | 21 | 1 | 233 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11010010 | 101000 | 0 | 10001 | 1 | 10011011 | 1011110 | 1001111 |
Color Harmonies of #96FCD2
Complementary color
Monochromatic Colors of #96FCD2
Black with #96FCD2
Text Example
Text Example
White with #96FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCD2; }
p { color: rgb(150,252,210); }
H1.HeaderClassName
{
color: #96FCD2;
}
.AnyTagClassName
{
color: #96FCD2;
}
</style>
background-color css
<style>
a { background-color: #96FCD2; }
a { background-color: rgb(150,252,210); }
div.DivClassName
{
background-color: #96FCD2;
}
.BgClassName
{
background-color: #96FCD2;
}
</style>
border-color css
<style>
span { border-color: #96FCD2; }
span { border-color: rgb(150,252,210); }
td.TdClassName
{
border-color: #96FCD2;
}
.TagClassName
{
border-color: #96FCD2;
}
</style>