Shades of Magic Mint #96EED8
Tints of Magic Mint #96EED8
RGB
CMYK
RGB Variations
Color information
#96EED8 (or 0x96EED8) is known color: Magic Mint. HEX triplet: 96, EE and D8. RGB value is (150,238,216). Sum of RGB (Red+Green+Blue) = 150+238+216=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #96EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EED8 is #691127. Grayscale: #D1D1D1. Windows color (decimal): -6885672 or 14216854. OLE color: 14216854.
HSL color Cylindrical-coordinate representation of color #96EED8: hue angle of 165º 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 #96EED8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 216 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.07 |
| HSL | 165º | 0.72% | 0.76% | - |
| HSV(B) | 165º | 0.37% | 0.93% | - |
| XYZ | 55.55 | 72.59 | 76.05 | - |
| YUV | 209.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 216 | 0.37 | 0 | 0.09 | 0.07 | 165 | 0.72 | 0.76 |
| Hex | 96 | EE | D8 | 25 | 0 | 9 | 7 | A5 | 48 | 4C |
| Octal | 226 | 356 | 330 | 45 | 0 | 11 | 7 | 245 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11011000 | 100101 | 0 | 1001 | 111 | 10100101 | 1001000 | 1001100 |
Color Harmonies of #96EED8
Complementary color
Monochromatic Colors of #96EED8
Black with #96EED8
Text Example
Text Example
White with #96EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EED8; }
p { color: rgb(150,238,216); }
H1.HeaderClassName
{
color: #96EED8;
}
.AnyTagClassName
{
color: #96EED8;
}
</style>
background-color css
<style>
a { background-color: #96EED8; }
a { background-color: rgb(150,238,216); }
div.DivClassName
{
background-color: #96EED8;
}
.BgClassName
{
background-color: #96EED8;
}
</style>
border-color css
<style>
span { border-color: #96EED8; }
span { border-color: rgb(150,238,216); }
td.TdClassName
{
border-color: #96EED8;
}
.TagClassName
{
border-color: #96EED8;
}
</style>