Shades of Magic Mint #9EFFDC
Tints of Magic Mint #9EFFDC
RGB
CMYK
RGB Variations
Color information
#9EFFDC (or 0x9EFFDC) is known color: Magic Mint. HEX triplet: 9E, FF and DC. RGB value is (158,255,220). Sum of RGB (Red+Green+Blue) = 158+255+220=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFDC is #610023. Grayscale: #DEDEDE. Windows color (decimal): -6357028 or 14483358. OLE color: 14483358.
HSL color Cylindrical-coordinate representation of color #9EFFDC: hue angle of 158.35º 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 #9EFFDC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 220 | - |
| CMYK | 0.38 | 0 | 0.14 | 0 |
| HSL | 158.35º | 1% | 0.81% | - |
| HSV(B) | 158.35º | 0.38% | 1% | - |
| XYZ | 62.78 | 83.96 | 80.61 | - |
| YUV | 222.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 220 | 0.38 | 0 | 0.14 | 0 | 158.35 | 1 | 0.81 |
| Hex | 9E | FF | DC | 26 | 0 | E | 0 | 9E | 64 | 51 |
| Octal | 236 | 377 | 334 | 46 | 0 | 16 | 0 | 236 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11011100 | 100110 | 0 | 1110 | 0 | 10011110 | 1100100 | 1010001 |
Color Harmonies of #9EFFDC
Complementary color
Monochromatic Colors of #9EFFDC
Black with #9EFFDC
Text Example
Text Example
White with #9EFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFDC; }
p { color: rgb(158,255,220); }
H1.HeaderClassName
{
color: #9EFFDC;
}
.AnyTagClassName
{
color: #9EFFDC;
}
</style>
background-color css
<style>
a { background-color: #9EFFDC; }
a { background-color: rgb(158,255,220); }
div.DivClassName
{
background-color: #9EFFDC;
}
.BgClassName
{
background-color: #9EFFDC;
}
</style>
border-color css
<style>
span { border-color: #9EFFDC; }
span { border-color: rgb(158,255,220); }
td.TdClassName
{
border-color: #9EFFDC;
}
.TagClassName
{
border-color: #9EFFDC;
}
</style>