Shades of Magic Mint #96EEC0
Tints of Magic Mint #96EEC0
RGB
CMYK
RGB Variations
Color information
#96EEC0 (or 0x96EEC0) is known color: Magic Mint. HEX triplet: 96, EE and C0. RGB value is (150,238,192). Sum of RGB (Red+Green+Blue) = 150+238+192=580 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.86% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEC0 is #69113F. Grayscale: #CECECE. Windows color (decimal): -6885696 or 12643990. OLE color: 12643990.
HSL color Cylindrical-coordinate representation of color #96EEC0: hue angle of 148.64º degrees, saturation: 0.72, 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 #96EEC0 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 192 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.07 |
| HSL | 148.64º | 0.72% | 0.76% | - |
| HSV(B) | 148.64º | 0.37% | 0.93% | - |
| XYZ | 52.67 | 71.44 | 60.88 | - |
| YUV | 206.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 192 | 0.37 | 0 | 0.19 | 0.07 | 148.64 | 0.72 | 0.76 |
| Hex | 96 | EE | C0 | 25 | 0 | 13 | 7 | 95 | 48 | 4C |
| Octal | 226 | 356 | 300 | 45 | 0 | 23 | 7 | 225 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11000000 | 100101 | 0 | 10011 | 111 | 10010101 | 1001000 | 1001100 |
Color Harmonies of #96EEC0
Complementary color
Monochromatic Colors of #96EEC0
Black with #96EEC0
Text Example
Text Example
White with #96EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEC0; }
p { color: rgb(150,238,192); }
H1.HeaderClassName
{
color: #96EEC0;
}
.AnyTagClassName
{
color: #96EEC0;
}
</style>
background-color css
<style>
a { background-color: #96EEC0; }
a { background-color: rgb(150,238,192); }
div.DivClassName
{
background-color: #96EEC0;
}
.BgClassName
{
background-color: #96EEC0;
}
</style>
border-color css
<style>
span { border-color: #96EEC0; }
span { border-color: rgb(150,238,192); }
td.TdClassName
{
border-color: #96EEC0;
}
.TagClassName
{
border-color: #96EEC0;
}
</style>