Shades of Magic Mint #96FCCD
Tints of Magic Mint #96FCCD
RGB
CMYK
RGB Variations
Color information
#96FCCD (or 0x96FCCD) is known color: Magic Mint. HEX triplet: 96, FC and CD. RGB value is (150,252,205). Sum of RGB (Red+Green+Blue) = 150+252+205=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCCD is #690332. Grayscale: #D8D8D8. Windows color (decimal): -6882099 or 13499542. OLE color: 13499542.
HSL color Cylindrical-coordinate representation of color #96FCCD: hue angle of 152.35º 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 #96FCCD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 252 | 205 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.01 |
| HSL | 152.35º | 0.94% | 0.79% | - |
| HSV(B) | 152.35º | 0.4% | 0.99% | - |
| XYZ | 58.41 | 80.51 | 70.22 | - |
| YUV | 216.14 | 121.71 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 252 | 205 | 0.40 | 0 | 0.19 | 0.01 | 152.35 | 0.94 | 0.79 |
| Hex | 96 | FC | CD | 28 | 0 | 13 | 1 | 98 | 5E | 4F |
| Octal | 226 | 374 | 315 | 50 | 0 | 23 | 1 | 230 | 136 | 117 |
| Binary | 10010110 | 11111100 | 11001101 | 101000 | 0 | 10011 | 1 | 10011000 | 1011110 | 1001111 |
Color Harmonies of #96FCCD
Complementary color
Monochromatic Colors of #96FCCD
Black with #96FCCD
Text Example
Text Example
White with #96FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FCCD; }
p { color: rgb(150,252,205); }
H1.HeaderClassName
{
color: #96FCCD;
}
.AnyTagClassName
{
color: #96FCCD;
}
</style>
background-color css
<style>
a { background-color: #96FCCD; }
a { background-color: rgb(150,252,205); }
div.DivClassName
{
background-color: #96FCCD;
}
.BgClassName
{
background-color: #96FCCD;
}
</style>
border-color css
<style>
span { border-color: #96FCCD; }
span { border-color: rgb(150,252,205); }
td.TdClassName
{
border-color: #96FCCD;
}
.TagClassName
{
border-color: #96FCCD;
}
</style>