Shades of Magic Mint #96FFCD
Tints of Magic Mint #96FFCD
RGB
CMYK
RGB Variations
Color information
#96FFCD (or 0x96FFCD) is known color: Magic Mint. HEX triplet: 96, FF and CD. RGB value is (150,255,205). Sum of RGB (Red+Green+Blue) = 150+255+205=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFCD is #690032. Grayscale: #DADADA. Windows color (decimal): -6881331 or 13500310. OLE color: 13500310.
HSL color Cylindrical-coordinate representation of color #96FFCD: hue angle of 151.43º 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 #96FFCD is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 205 | - |
| CMYK | 0.41 | 0 | 0.20 | 0 |
| HSL | 151.43º | 1% | 0.79% | - |
| HSV(B) | 151.43º | 0.41% | 1% | - |
| XYZ | 59.36 | 82.41 | 70.54 | - |
| YUV | 217.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 205 | 0.41 | 0 | 0.20 | 0 | 151.43 | 1 | 0.79 |
| Hex | 96 | FF | CD | 29 | 0 | 14 | 0 | 97 | 64 | 4F |
| Octal | 226 | 377 | 315 | 51 | 0 | 24 | 0 | 227 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11001101 | 101001 | 0 | 10100 | 0 | 10010111 | 1100100 | 1001111 |
Color Harmonies of #96FFCD
Complementary color
Monochromatic Colors of #96FFCD
Black with #96FFCD
Text Example
Text Example
White with #96FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFCD; }
p { color: rgb(150,255,205); }
H1.HeaderClassName
{
color: #96FFCD;
}
.AnyTagClassName
{
color: #96FFCD;
}
</style>
background-color css
<style>
a { background-color: #96FFCD; }
a { background-color: rgb(150,255,205); }
div.DivClassName
{
background-color: #96FFCD;
}
.BgClassName
{
background-color: #96FFCD;
}
</style>
border-color css
<style>
span { border-color: #96FFCD; }
span { border-color: rgb(150,255,205); }
td.TdClassName
{
border-color: #96FFCD;
}
.TagClassName
{
border-color: #96FFCD;
}
</style>