Shades of Magic Mint #9EFDCD
Tints of Magic Mint #9EFDCD
RGB
CMYK
RGB Variations
Color information
#9EFDCD (or 0x9EFDCD) is known color: Magic Mint. HEX triplet: 9E, FD and CD. RGB value is (158,253,205). Sum of RGB (Red+Green+Blue) = 158+253+205=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDCD is #610232. Grayscale: #DBDBDB. Windows color (decimal): -6357555 or 13499806. OLE color: 13499806.
HSL color Cylindrical-coordinate representation of color #9EFDCD: hue angle of 149.68º 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 #9EFDCD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 205 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.01 |
| HSL | 149.68º | 0.96% | 0.81% | - |
| HSV(B) | 149.68º | 0.38% | 0.99% | - |
| XYZ | 60.25 | 81.93 | 70.4 | - |
| YUV | 219.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 205 | 0.38 | 0 | 0.19 | 0.01 | 149.68 | 0.96 | 0.81 |
| Hex | 9E | FD | CD | 26 | 0 | 13 | 1 | 96 | 60 | 51 |
| Octal | 236 | 375 | 315 | 46 | 0 | 23 | 1 | 226 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11001101 | 100110 | 0 | 10011 | 1 | 10010110 | 1100000 | 1010001 |
Color Harmonies of #9EFDCD
Complementary color
Monochromatic Colors of #9EFDCD
Black with #9EFDCD
Text Example
Text Example
White with #9EFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDCD; }
p { color: rgb(158,253,205); }
H1.HeaderClassName
{
color: #9EFDCD;
}
.AnyTagClassName
{
color: #9EFDCD;
}
</style>
background-color css
<style>
a { background-color: #9EFDCD; }
a { background-color: rgb(158,253,205); }
div.DivClassName
{
background-color: #9EFDCD;
}
.BgClassName
{
background-color: #9EFDCD;
}
</style>
border-color css
<style>
span { border-color: #9EFDCD; }
span { border-color: rgb(158,253,205); }
td.TdClassName
{
border-color: #9EFDCD;
}
.TagClassName
{
border-color: #9EFDCD;
}
</style>