Shades of Magic Mint #9EFDDC
Tints of Magic Mint #9EFDDC
RGB
CMYK
RGB Variations
Color information
#9EFDDC (or 0x9EFDDC) is known color: Magic Mint. HEX triplet: 9E, FD and DC. RGB value is (158,253,220). Sum of RGB (Red+Green+Blue) = 158+253+220=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDDC is #610223. Grayscale: #DCDCDC. Windows color (decimal): -6357540 or 14482846. OLE color: 14482846.
HSL color Cylindrical-coordinate representation of color #9EFDDC: hue angle of 159.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDDC is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 220 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 159.16º | 0.96% | 0.81% | - |
| HSV(B) | 159.16º | 0.38% | 0.99% | - |
| XYZ | 62.14 | 82.69 | 80.4 | - |
| YUV | 220.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 220 | 0.38 | 0 | 0.13 | 0.01 | 159.16 | 0.96 | 0.81 |
| Hex | 9E | FD | DC | 26 | 0 | D | 1 | 9F | 60 | 51 |
| Octal | 236 | 375 | 334 | 46 | 0 | 15 | 1 | 237 | 140 | 121 |
| Binary | 10011110 | 11111101 | 11011100 | 100110 | 0 | 1101 | 1 | 10011111 | 1100000 | 1010001 |
Color Harmonies of #9EFDDC
Complementary color
Monochromatic Colors of #9EFDDC
Black with #9EFDDC
Text Example
Text Example
White with #9EFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFDDC; }
p { color: rgb(158,253,220); }
H1.HeaderClassName
{
color: #9EFDDC;
}
.AnyTagClassName
{
color: #9EFDDC;
}
</style>
background-color css
<style>
a { background-color: #9EFDDC; }
a { background-color: rgb(158,253,220); }
div.DivClassName
{
background-color: #9EFDDC;
}
.BgClassName
{
background-color: #9EFDDC;
}
</style>
border-color css
<style>
span { border-color: #9EFDDC; }
span { border-color: rgb(158,253,220); }
td.TdClassName
{
border-color: #9EFDDC;
}
.TagClassName
{
border-color: #9EFDDC;
}
</style>