Shades of Magic Mint #9EFDD7
Tints of Magic Mint #9EFDD7
RGB
CMYK
RGB Variations
Color information
#9EFDD7 (or 0x9EFDD7) is known color: Magic Mint. HEX triplet: 9E, FD and D7. RGB value is (158,253,215). Sum of RGB (Red+Green+Blue) = 158+253+215=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDD7 is #610228. Grayscale: #DCDCDC. Windows color (decimal): -6357545 or 14155166. OLE color: 14155166.
HSL color Cylindrical-coordinate representation of color #9EFDD7: hue angle of 156º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDD7 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 215 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.01 |
| HSL | 156º | 0.96% | 0.81% | - |
| HSV(B) | 156º | 0.38% | 0.99% | - |
| XYZ | 61.49 | 82.43 | 76.96 | - |
| YUV | 220.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 215 | 0.38 | 0 | 0.15 | 0.01 | 156 | 0.96 | 0.81 |
| Hex | 9E | FD | D7 | 26 | 0 | F | 1 | 9C | 60 | 51 |
| Octal | 236 | 375 | 327 | 46 | 0 | 17 | 1 | 234 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11010111 | 100110 | 0 | 1111 | 1 | 10011100 | 1100000 | 1010001 |
Color Harmonies of #9EFDD7
Complementary color
Monochromatic Colors of #9EFDD7
Black with #9EFDD7
Text Example
Text Example
White with #9EFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDD7; }
p { color: rgb(158,253,215); }
H1.HeaderClassName
{
color: #9EFDD7;
}
.AnyTagClassName
{
color: #9EFDD7;
}
</style>
background-color css
<style>
a { background-color: #9EFDD7; }
a { background-color: rgb(158,253,215); }
div.DivClassName
{
background-color: #9EFDD7;
}
.BgClassName
{
background-color: #9EFDD7;
}
</style>
border-color css
<style>
span { border-color: #9EFDD7; }
span { border-color: rgb(158,253,215); }
td.TdClassName
{
border-color: #9EFDD7;
}
.TagClassName
{
border-color: #9EFDD7;
}
</style>