Shades of Magic Mint #9EFFDA
Tints of Magic Mint #9EFFDA
RGB
CMYK
RGB Variations
Color information
#9EFFDA (or 0x9EFFDA) is known color: Magic Mint. HEX triplet: 9E, FF and DA. RGB value is (158,255,218). Sum of RGB (Red+Green+Blue) = 158+255+218=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFDA is #610025. Grayscale: #DDDDDD. Windows color (decimal): -6357030 or 14352286. OLE color: 14352286.
HSL color Cylindrical-coordinate representation of color #9EFFDA: hue angle of 157.11º 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 #9EFFDA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 218 | - |
| CMYK | 0.38 | 0 | 0.15 | 0 |
| HSL | 157.11º | 1% | 0.81% | - |
| HSV(B) | 157.11º | 0.38% | 1% | - |
| XYZ | 62.52 | 83.85 | 79.22 | - |
| YUV | 221.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 218 | 0.38 | 0 | 0.15 | 0 | 157.11 | 1 | 0.81 |
| Hex | 9E | FF | DA | 26 | 0 | F | 0 | 9D | 64 | 51 |
| Octal | 236 | 377 | 332 | 46 | 0 | 17 | 0 | 235 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11011010 | 100110 | 0 | 1111 | 0 | 10011101 | 1100100 | 1010001 |
Color Harmonies of #9EFFDA
Complementary color
Monochromatic Colors of #9EFFDA
Black with #9EFFDA
Text Example
Text Example
White with #9EFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFDA; }
p { color: rgb(158,255,218); }
H1.HeaderClassName
{
color: #9EFFDA;
}
.AnyTagClassName
{
color: #9EFFDA;
}
</style>
background-color css
<style>
a { background-color: #9EFFDA; }
a { background-color: rgb(158,255,218); }
div.DivClassName
{
background-color: #9EFFDA;
}
.BgClassName
{
background-color: #9EFFDA;
}
</style>
border-color css
<style>
span { border-color: #9EFFDA; }
span { border-color: rgb(158,255,218); }
td.TdClassName
{
border-color: #9EFFDA;
}
.TagClassName
{
border-color: #9EFFDA;
}
</style>