Shades of Magic Mint #96EEC7
Tints of Magic Mint #96EEC7
RGB
CMYK
RGB Variations
Color information
#96EEC7 (or 0x96EEC7) is known color: Magic Mint. HEX triplet: 96, EE and C7. RGB value is (150,238,199). Sum of RGB (Red+Green+Blue) = 150+238+199=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEC7 is #691138. Grayscale: #CFCFCF. Windows color (decimal): -6885689 or 13102742. OLE color: 13102742.
HSL color Cylindrical-coordinate representation of color #96EEC7: hue angle of 153.41º 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 #96EEC7 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 199 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.07 |
| HSL | 153.41º | 0.72% | 0.76% | - |
| HSV(B) | 153.41º | 0.37% | 0.93% | - |
| XYZ | 53.46 | 71.76 | 65.07 | - |
| YUV | 207.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 199 | 0.37 | 0 | 0.16 | 0.07 | 153.41 | 0.72 | 0.76 |
| Hex | 96 | EE | C7 | 25 | 0 | 10 | 7 | 99 | 48 | 4C |
| Octal | 226 | 356 | 307 | 45 | 0 | 20 | 7 | 231 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11000111 | 100101 | 0 | 10000 | 111 | 10011001 | 1001000 | 1001100 |
Color Harmonies of #96EEC7
Complementary color
Monochromatic Colors of #96EEC7
Black with #96EEC7
Text Example
Text Example
White with #96EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEC7; }
p { color: rgb(150,238,199); }
H1.HeaderClassName
{
color: #96EEC7;
}
.AnyTagClassName
{
color: #96EEC7;
}
</style>
background-color css
<style>
a { background-color: #96EEC7; }
a { background-color: rgb(150,238,199); }
div.DivClassName
{
background-color: #96EEC7;
}
.BgClassName
{
background-color: #96EEC7;
}
</style>
border-color css
<style>
span { border-color: #96EEC7; }
span { border-color: rgb(150,238,199); }
td.TdClassName
{
border-color: #96EEC7;
}
.TagClassName
{
border-color: #96EEC7;
}
</style>