Shades of Magic Mint #9EF7D7
Tints of Magic Mint #9EF7D7
RGB
CMYK
RGB Variations
Color information
#9EF7D7 (or 0x9EF7D7) is known color: Magic Mint. HEX triplet: 9E, F7 and D7. RGB value is (158,247,215). Sum of RGB (Red+Green+Blue) = 158+247+215=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF7D7 is #610828. Grayscale: #D8D8D8. Windows color (decimal): -6359081 or 14153630. OLE color: 14153630.
HSL color Cylindrical-coordinate representation of color #9EF7D7: hue angle of 158.43º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF7D7 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 247 | 215 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.03 |
| HSL | 158.43º | 0.85% | 0.79% | - |
| HSV(B) | 158.43º | 0.36% | 0.97% | - |
| XYZ | 59.63 | 78.7 | 76.34 | - |
| YUV | 216.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 247 | 215 | 0.36 | 0 | 0.13 | 0.03 | 158.43 | 0.85 | 0.79 |
| Hex | 9E | F7 | D7 | 24 | 0 | D | 3 | 9E | 55 | 4F |
| Octal | 236 | 367 | 327 | 44 | 0 | 15 | 3 | 236 | 125 | 117 |
| Binary | 10011110 | 11110111 | 11010111 | 100100 | 0 | 1101 | 11 | 10011110 | 1010101 | 1001111 |
Color Harmonies of #9EF7D7
Complementary color
Monochromatic Colors of #9EF7D7
Black with #9EF7D7
Text Example
Text Example
White with #9EF7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF7D7; }
p { color: rgb(158,247,215); }
H1.HeaderClassName
{
color: #9EF7D7;
}
.AnyTagClassName
{
color: #9EF7D7;
}
</style>
background-color css
<style>
a { background-color: #9EF7D7; }
a { background-color: rgb(158,247,215); }
div.DivClassName
{
background-color: #9EF7D7;
}
.BgClassName
{
background-color: #9EF7D7;
}
</style>
border-color css
<style>
span { border-color: #9EF7D7; }
span { border-color: rgb(158,247,215); }
td.TdClassName
{
border-color: #9EF7D7;
}
.TagClassName
{
border-color: #9EF7D7;
}
</style>