Shades of Magic Mint #96F5D7
Tints of Magic Mint #96F5D7
RGB
CMYK
RGB Variations
Color information
#96F5D7 (or 0x96F5D7) is known color: Magic Mint. HEX triplet: 96, F5 and D7. RGB value is (150,245,215). Sum of RGB (Red+Green+Blue) = 150+245+215=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 245 (96.09% from 255 or 40.16% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5D7 is #690A28. Grayscale: #D5D5D5. Windows color (decimal): -6883881 or 14153110. OLE color: 14153110.
HSL color Cylindrical-coordinate representation of color #96F5D7: hue angle of 161.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5D7 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 215 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.04 |
| HSL | 161.05º | 0.83% | 0.77% | - |
| HSV(B) | 161.05º | 0.39% | 0.96% | - |
| XYZ | 57.5 | 76.7 | 76.06 | - |
| YUV | 213.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 215 | 0.39 | 0 | 0.12 | 0.04 | 161.05 | 0.83 | 0.77 |
| Hex | 96 | F5 | D7 | 27 | 0 | C | 4 | A1 | 53 | 4D |
| Octal | 226 | 365 | 327 | 47 | 0 | 14 | 4 | 241 | 123 | 115 |
| Binary | 10010110 | 11110101 | 11010111 | 100111 | 0 | 1100 | 100 | 10100001 | 1010011 | 1001101 |
Color Harmonies of #96F5D7
Complementary color
Monochromatic Colors of #96F5D7
Black with #96F5D7
Text Example
Text Example
White with #96F5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F5D7; }
p { color: rgb(150,245,215); }
H1.HeaderClassName
{
color: #96F5D7;
}
.AnyTagClassName
{
color: #96F5D7;
}
</style>
background-color css
<style>
a { background-color: #96F5D7; }
a { background-color: rgb(150,245,215); }
div.DivClassName
{
background-color: #96F5D7;
}
.BgClassName
{
background-color: #96F5D7;
}
</style>
border-color css
<style>
span { border-color: #96F5D7; }
span { border-color: rgb(150,245,215); }
td.TdClassName
{
border-color: #96F5D7;
}
.TagClassName
{
border-color: #96F5D7;
}
</style>