Shades of Magic Mint #96EEC9
Tints of Magic Mint #96EEC9
RGB
CMYK
RGB Variations
Color information
#96EEC9 (or 0x96EEC9) is known color: Magic Mint. HEX triplet: 96, EE and C9. RGB value is (150,238,201). Sum of RGB (Red+Green+Blue) = 150+238+201=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEC9 is #691136. Grayscale: #CFCFCF. Windows color (decimal): -6885687 or 13233814. OLE color: 13233814.
HSL color Cylindrical-coordinate representation of color #96EEC9: hue angle of 154.77º 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 #96EEC9 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 201 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.07 |
| HSL | 154.77º | 0.72% | 0.76% | - |
| HSV(B) | 154.77º | 0.37% | 0.93% | - |
| XYZ | 53.69 | 71.85 | 66.3 | - |
| YUV | 207.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 201 | 0.37 | 0 | 0.16 | 0.07 | 154.77 | 0.72 | 0.76 |
| Hex | 96 | EE | C9 | 25 | 0 | 10 | 7 | 9B | 48 | 4C |
| Octal | 226 | 356 | 311 | 45 | 0 | 20 | 7 | 233 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11001001 | 100101 | 0 | 10000 | 111 | 10011011 | 1001000 | 1001100 |
Color Harmonies of #96EEC9
Complementary color
Monochromatic Colors of #96EEC9
Black with #96EEC9
Text Example
Text Example
White with #96EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEC9; }
p { color: rgb(150,238,201); }
H1.HeaderClassName
{
color: #96EEC9;
}
.AnyTagClassName
{
color: #96EEC9;
}
</style>
background-color css
<style>
a { background-color: #96EEC9; }
a { background-color: rgb(150,238,201); }
div.DivClassName
{
background-color: #96EEC9;
}
.BgClassName
{
background-color: #96EEC9;
}
</style>
border-color css
<style>
span { border-color: #96EEC9; }
span { border-color: rgb(150,238,201); }
td.TdClassName
{
border-color: #96EEC9;
}
.TagClassName
{
border-color: #96EEC9;
}
</style>