Shades of Magic Mint #9EFFDF
Tints of Magic Mint #9EFFDF
RGB
CMYK
RGB Variations
Color information
#9EFFDF (or 0x9EFFDF) is known color: Magic Mint. HEX triplet: 9E, FF and DF. RGB value is (158,255,223). Sum of RGB (Red+Green+Blue) = 158+255+223=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFDF is #610020. Grayscale: #DEDEDE. Windows color (decimal): -6357025 or 14679966. OLE color: 14679966.
HSL color Cylindrical-coordinate representation of color #9EFFDF: hue angle of 160.21º 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 #9EFFDF is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 223 | - |
| CMYK | 0.38 | 0 | 0.13 | 0 |
| HSL | 160.21º | 1% | 0.81% | - |
| HSV(B) | 160.21º | 0.38% | 1% | - |
| XYZ | 63.18 | 84.12 | 82.72 | - |
| YUV | 222.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 223 | 0.38 | 0 | 0.13 | 0 | 160.21 | 1 | 0.81 |
| Hex | 9E | FF | DF | 26 | 0 | D | 0 | A0 | 64 | 51 |
| Octal | 236 | 377 | 337 | 46 | 0 | 15 | 0 | 240 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11011111 | 100110 | 0 | 1101 | 0 | 10100000 | 1100100 | 1010001 |
Color Harmonies of #9EFFDF
Complementary color
Monochromatic Colors of #9EFFDF
Black with #9EFFDF
Text Example
Text Example
White with #9EFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFDF; }
p { color: rgb(158,255,223); }
H1.HeaderClassName
{
color: #9EFFDF;
}
.AnyTagClassName
{
color: #9EFFDF;
}
</style>
background-color css
<style>
a { background-color: #9EFFDF; }
a { background-color: rgb(158,255,223); }
div.DivClassName
{
background-color: #9EFFDF;
}
.BgClassName
{
background-color: #9EFFDF;
}
</style>
border-color css
<style>
span { border-color: #9EFFDF; }
span { border-color: rgb(158,255,223); }
td.TdClassName
{
border-color: #9EFFDF;
}
.TagClassName
{
border-color: #9EFFDF;
}
</style>