Shades of Magic Mint #96E9C5
Tints of Magic Mint #96E9C5
RGB
CMYK
RGB Variations
Color information
#96E9C5 (or 0x96E9C5) is known color: Magic Mint. HEX triplet: 96, E9 and C5. RGB value is (150,233,197). Sum of RGB (Red+Green+Blue) = 150+233+197=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #96E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E9C5 is #69163A. Grayscale: #CCCCCC. Windows color (decimal): -6886971 or 12970390. OLE color: 12970390.
HSL color Cylindrical-coordinate representation of color #96E9C5: hue angle of 153.98º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E9C5 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 197 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.09 |
| HSL | 153.98º | 0.65% | 0.75% | - |
| HSV(B) | 153.98º | 0.36% | 0.91% | - |
| XYZ | 51.79 | 68.79 | 63.37 | - |
| YUV | 204.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 197 | 0.36 | 0 | 0.15 | 0.09 | 153.98 | 0.65 | 0.75 |
| Hex | 96 | E9 | C5 | 24 | 0 | F | 9 | 9A | 41 | 4B |
| Octal | 226 | 351 | 305 | 44 | 0 | 17 | 11 | 232 | 101 | 113 |
| Binary | 10010110 | 11101001 | 11000101 | 100100 | 0 | 1111 | 1001 | 10011010 | 1000001 | 1001011 |
Color Harmonies of #96E9C5
Complementary color
Monochromatic Colors of #96E9C5
Black with #96E9C5
Text Example
Text Example
White with #96E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E9C5; }
p { color: rgb(150,233,197); }
H1.HeaderClassName
{
color: #96E9C5;
}
.AnyTagClassName
{
color: #96E9C5;
}
</style>
background-color css
<style>
a { background-color: #96E9C5; }
a { background-color: rgb(150,233,197); }
div.DivClassName
{
background-color: #96E9C5;
}
.BgClassName
{
background-color: #96E9C5;
}
</style>
border-color css
<style>
span { border-color: #96E9C5; }
span { border-color: rgb(150,233,197); }
td.TdClassName
{
border-color: #96E9C5;
}
.TagClassName
{
border-color: #96E9C5;
}
</style>