Shades of Magic Mint #9EFCDA
Tints of Magic Mint #9EFCDA
RGB
CMYK
RGB Variations
Color information
#9EFCDA (or 0x9EFCDA) is known color: Magic Mint. HEX triplet: 9E, FC and DA. RGB value is (158,252,218). Sum of RGB (Red+Green+Blue) = 158+252+218=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCDA is #610325. Grayscale: #DCDCDC. Windows color (decimal): -6357798 or 14351518. OLE color: 14351518.
HSL color Cylindrical-coordinate representation of color #9EFCDA: hue angle of 158.3º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCDA is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 218 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.01 |
| HSL | 158.3º | 0.94% | 0.8% | - |
| HSV(B) | 158.3º | 0.37% | 0.99% | - |
| XYZ | 61.57 | 81.95 | 78.9 | - |
| YUV | 220.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 218 | 0.37 | 0 | 0.13 | 0.01 | 158.3 | 0.94 | 0.8 |
| Hex | 9E | FC | DA | 25 | 0 | D | 1 | 9E | 5E | 50 |
| Octal | 236 | 374 | 332 | 45 | 0 | 15 | 1 | 236 | 136 | 120 |
| Binary | 10011110 | 11111100 | 11011010 | 100101 | 0 | 1101 | 1 | 10011110 | 1011110 | 1010000 |
Color Harmonies of #9EFCDA
Complementary color
Monochromatic Colors of #9EFCDA
Black with #9EFCDA
Text Example
Text Example
White with #9EFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFCDA; }
p { color: rgb(158,252,218); }
H1.HeaderClassName
{
color: #9EFCDA;
}
.AnyTagClassName
{
color: #9EFCDA;
}
</style>
background-color css
<style>
a { background-color: #9EFCDA; }
a { background-color: rgb(158,252,218); }
div.DivClassName
{
background-color: #9EFCDA;
}
.BgClassName
{
background-color: #9EFCDA;
}
</style>
border-color css
<style>
span { border-color: #9EFCDA; }
span { border-color: rgb(158,252,218); }
td.TdClassName
{
border-color: #9EFCDA;
}
.TagClassName
{
border-color: #9EFCDA;
}
</style>