Shades of Magic Mint #9EFFD0
Tints of Magic Mint #9EFFD0
RGB
CMYK
RGB Variations
Color information
#9EFFD0 (or 0x9EFFD0) is known color: Magic Mint. HEX triplet: 9E, FF and D0. RGB value is (158,255,208). Sum of RGB (Red+Green+Blue) = 158+255+208=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFD0 is #61002F. Grayscale: #DCDCDC. Windows color (decimal): -6357040 or 13696926. OLE color: 13696926.
HSL color Cylindrical-coordinate representation of color #9EFFD0: hue angle of 150.93º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFD0 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 208 | - |
| CMYK | 0.38 | 0 | 0.18 | 0 |
| HSL | 150.93º | 1% | 0.81% | - |
| HSV(B) | 150.93º | 0.38% | 1% | - |
| XYZ | 61.25 | 83.34 | 72.53 | - |
| YUV | 220.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 208 | 0.38 | 0 | 0.18 | 0 | 150.93 | 1 | 0.81 |
| Hex | 9E | FF | D0 | 26 | 0 | 12 | 0 | 97 | 64 | 51 |
| Octal | 236 | 377 | 320 | 46 | 0 | 22 | 0 | 227 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11010000 | 100110 | 0 | 10010 | 0 | 10010111 | 1100100 | 1010001 |
Color Harmonies of #9EFFD0
Complementary color
Monochromatic Colors of #9EFFD0
Black with #9EFFD0
Text Example
Text Example
White with #9EFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFD0; }
p { color: rgb(158,255,208); }
H1.HeaderClassName
{
color: #9EFFD0;
}
.AnyTagClassName
{
color: #9EFFD0;
}
</style>
background-color css
<style>
a { background-color: #9EFFD0; }
a { background-color: rgb(158,255,208); }
div.DivClassName
{
background-color: #9EFFD0;
}
.BgClassName
{
background-color: #9EFFD0;
}
</style>
border-color css
<style>
span { border-color: #9EFFD0; }
span { border-color: rgb(158,255,208); }
td.TdClassName
{
border-color: #9EFFD0;
}
.TagClassName
{
border-color: #9EFFD0;
}
</style>