Shades of Magic Mint #96EEC6
Tints of Magic Mint #96EEC6
RGB
CMYK
RGB Variations
Color information
#96EEC6 (or 0x96EEC6) is known color: Magic Mint. HEX triplet: 96, EE and C6. RGB value is (150,238,198). Sum of RGB (Red+Green+Blue) = 150+238+198=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEC6 is #691139. Grayscale: #CFCFCF. Windows color (decimal): -6885690 or 13037206. OLE color: 13037206.
HSL color Cylindrical-coordinate representation of color #96EEC6: hue angle of 152.73º 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 #96EEC6 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 198 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.07 |
| HSL | 152.73º | 0.72% | 0.76% | - |
| HSV(B) | 152.73º | 0.37% | 0.93% | - |
| XYZ | 53.35 | 71.71 | 64.46 | - |
| YUV | 207.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 198 | 0.37 | 0 | 0.17 | 0.07 | 152.73 | 0.72 | 0.76 |
| Hex | 96 | EE | C6 | 25 | 0 | 11 | 7 | 99 | 48 | 4C |
| Octal | 226 | 356 | 306 | 45 | 0 | 21 | 7 | 231 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11000110 | 100101 | 0 | 10001 | 111 | 10011001 | 1001000 | 1001100 |
Color Harmonies of #96EEC6
Complementary color
Monochromatic Colors of #96EEC6
Black with #96EEC6
Text Example
Text Example
White with #96EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEC6; }
p { color: rgb(150,238,198); }
H1.HeaderClassName
{
color: #96EEC6;
}
.AnyTagClassName
{
color: #96EEC6;
}
</style>
background-color css
<style>
a { background-color: #96EEC6; }
a { background-color: rgb(150,238,198); }
div.DivClassName
{
background-color: #96EEC6;
}
.BgClassName
{
background-color: #96EEC6;
}
</style>
border-color css
<style>
span { border-color: #96EEC6; }
span { border-color: rgb(150,238,198); }
td.TdClassName
{
border-color: #96EEC6;
}
.TagClassName
{
border-color: #96EEC6;
}
</style>