Shades of Magic Mint #96EDC0
Tints of Magic Mint #96EDC0
RGB
CMYK
RGB Variations
Color information
#96EDC0 (or 0x96EDC0) is known color: Magic Mint. HEX triplet: 96, ED and C0. RGB value is (150,237,192). Sum of RGB (Red+Green+Blue) = 150+237+192=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDC0 is #69123F. Grayscale: #CDCDCD. Windows color (decimal): -6885952 or 12643734. OLE color: 12643734.
HSL color Cylindrical-coordinate representation of color #96EDC0: hue angle of 148.97º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDC0 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 192 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.07 |
| HSL | 148.97º | 0.71% | 0.76% | - |
| HSV(B) | 148.97º | 0.37% | 0.93% | - |
| XYZ | 52.38 | 70.86 | 60.79 | - |
| YUV | 205.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 192 | 0.37 | 0 | 0.19 | 0.07 | 148.97 | 0.71 | 0.76 |
| Hex | 96 | ED | C0 | 25 | 0 | 13 | 7 | 95 | 47 | 4C |
| Octal | 226 | 355 | 300 | 45 | 0 | 23 | 7 | 225 | 107 | 114 |
| Binary | 10010110 | 11101101 | 11000000 | 100101 | 0 | 10011 | 111 | 10010101 | 1000111 | 1001100 |
Color Harmonies of #96EDC0
Complementary color
Monochromatic Colors of #96EDC0
Black with #96EDC0
Text Example
Text Example
White with #96EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDC0; }
p { color: rgb(150,237,192); }
H1.HeaderClassName
{
color: #96EDC0;
}
.AnyTagClassName
{
color: #96EDC0;
}
</style>
background-color css
<style>
a { background-color: #96EDC0; }
a { background-color: rgb(150,237,192); }
div.DivClassName
{
background-color: #96EDC0;
}
.BgClassName
{
background-color: #96EDC0;
}
</style>
border-color css
<style>
span { border-color: #96EDC0; }
span { border-color: rgb(150,237,192); }
td.TdClassName
{
border-color: #96EDC0;
}
.TagClassName
{
border-color: #96EDC0;
}
</style>