Shades of Magic Mint #9EFACD
Tints of Magic Mint #9EFACD
RGB
CMYK
RGB Variations
Color information
#9EFACD (or 0x9EFACD) is known color: Magic Mint. HEX triplet: 9E, FA and CD. RGB value is (158,250,205). Sum of RGB (Red+Green+Blue) = 158+250+205=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFACD is #610532. Grayscale: #D9D9D9. Windows color (decimal): -6358323 or 13499038. OLE color: 13499038.
HSL color Cylindrical-coordinate representation of color #9EFACD: hue angle of 150.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFACD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 205 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.02 |
| HSL | 150.65º | 0.9% | 0.8% | - |
| HSV(B) | 150.65º | 0.37% | 0.98% | - |
| XYZ | 59.31 | 80.05 | 70.08 | - |
| YUV | 217.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 205 | 0.37 | 0 | 0.18 | 0.02 | 150.65 | 0.9 | 0.8 |
| Hex | 9E | FA | CD | 25 | 0 | 12 | 2 | 97 | 5A | 50 |
| Octal | 236 | 372 | 315 | 45 | 0 | 22 | 2 | 227 | 132 | 120 |
| Binary | 10011110 | 11111010 | 11001101 | 100101 | 0 | 10010 | 10 | 10010111 | 1011010 | 1010000 |
Color Harmonies of #9EFACD
Complementary color
Monochromatic Colors of #9EFACD
Black with #9EFACD
Text Example
Text Example
White with #9EFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFACD; }
p { color: rgb(158,250,205); }
H1.HeaderClassName
{
color: #9EFACD;
}
.AnyTagClassName
{
color: #9EFACD;
}
</style>
background-color css
<style>
a { background-color: #9EFACD; }
a { background-color: rgb(158,250,205); }
div.DivClassName
{
background-color: #9EFACD;
}
.BgClassName
{
background-color: #9EFACD;
}
</style>
border-color css
<style>
span { border-color: #9EFACD; }
span { border-color: rgb(158,250,205); }
td.TdClassName
{
border-color: #9EFACD;
}
.TagClassName
{
border-color: #9EFACD;
}
</style>