Shades of Magic Mint #96EDC7
Tints of Magic Mint #96EDC7
RGB
CMYK
RGB Variations
Color information
#96EDC7 (or 0x96EDC7) is known color: Magic Mint. HEX triplet: 96, ED and C7. RGB value is (150,237,199). Sum of RGB (Red+Green+Blue) = 150+237+199=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDC7 is #691238. Grayscale: #CECECE. Windows color (decimal): -6885945 or 13102486. OLE color: 13102486.
HSL color Cylindrical-coordinate representation of color #96EDC7: hue angle of 153.79º degrees, saturation: 0.71, 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 #96EDC7 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 199 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.07 |
| HSL | 153.79º | 0.71% | 0.76% | - |
| HSV(B) | 153.79º | 0.37% | 0.93% | - |
| XYZ | 53.17 | 71.18 | 64.97 | - |
| YUV | 206.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 199 | 0.37 | 0 | 0.16 | 0.07 | 153.79 | 0.71 | 0.76 |
| Hex | 96 | ED | C7 | 25 | 0 | 10 | 7 | 9A | 47 | 4C |
| Octal | 226 | 355 | 307 | 45 | 0 | 20 | 7 | 232 | 107 | 114 |
| Binary | 10010110 | 11101101 | 11000111 | 100101 | 0 | 10000 | 111 | 10011010 | 1000111 | 1001100 |
Color Harmonies of #96EDC7
Complementary color
Monochromatic Colors of #96EDC7
Black with #96EDC7
Text Example
Text Example
White with #96EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EDC7; }
p { color: rgb(150,237,199); }
H1.HeaderClassName
{
color: #96EDC7;
}
.AnyTagClassName
{
color: #96EDC7;
}
</style>
background-color css
<style>
a { background-color: #96EDC7; }
a { background-color: rgb(150,237,199); }
div.DivClassName
{
background-color: #96EDC7;
}
.BgClassName
{
background-color: #96EDC7;
}
</style>
border-color css
<style>
span { border-color: #96EDC7; }
span { border-color: rgb(150,237,199); }
td.TdClassName
{
border-color: #96EDC7;
}
.TagClassName
{
border-color: #96EDC7;
}
</style>