Shades of Magic Mint #9EFFDD
Tints of Magic Mint #9EFFDD
RGB
CMYK
RGB Variations
Color information
#9EFFDD (or 0x9EFFDD) is known color: Magic Mint. HEX triplet: 9E, FF and DD. RGB value is (158,255,221). Sum of RGB (Red+Green+Blue) = 158+255+221=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFDD is #610022. Grayscale: #DEDEDE. Windows color (decimal): -6357027 or 14548894. OLE color: 14548894.
HSL color Cylindrical-coordinate representation of color #9EFFDD: hue angle of 158.97º 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 #9EFFDD is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 221 | - |
| CMYK | 0.38 | 0 | 0.13 | 0 |
| HSL | 158.97º | 1% | 0.81% | - |
| HSV(B) | 158.97º | 0.38% | 1% | - |
| XYZ | 62.91 | 84.01 | 81.31 | - |
| YUV | 222.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 221 | 0.38 | 0 | 0.13 | 0 | 158.97 | 1 | 0.81 |
| Hex | 9E | FF | DD | 26 | 0 | D | 0 | 9F | 64 | 51 |
| Octal | 236 | 377 | 335 | 46 | 0 | 15 | 0 | 237 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11011101 | 100110 | 0 | 1101 | 0 | 10011111 | 1100100 | 1010001 |
Color Harmonies of #9EFFDD
Complementary color
Monochromatic Colors of #9EFFDD
Black with #9EFFDD
Text Example
Text Example
White with #9EFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFDD; }
p { color: rgb(158,255,221); }
H1.HeaderClassName
{
color: #9EFFDD;
}
.AnyTagClassName
{
color: #9EFFDD;
}
</style>
background-color css
<style>
a { background-color: #9EFFDD; }
a { background-color: rgb(158,255,221); }
div.DivClassName
{
background-color: #9EFFDD;
}
.BgClassName
{
background-color: #9EFFDD;
}
</style>
border-color css
<style>
span { border-color: #9EFFDD; }
span { border-color: rgb(158,255,221); }
td.TdClassName
{
border-color: #9EFFDD;
}
.TagClassName
{
border-color: #9EFFDD;
}
</style>