Shades of Magic Mint #9DFEDC
Tints of Magic Mint #9DFEDC
RGB
CMYK
RGB Variations
Color information
#9DFEDC (or 0x9DFEDC) is known color: Magic Mint. HEX triplet: 9D, FE and DC. RGB value is (157,254,220). Sum of RGB (Red+Green+Blue) = 157+254+220=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEDC is #620123. Grayscale: #DDDDDD. Windows color (decimal): -6422820 or 14483101. OLE color: 14483101.
HSL color Cylindrical-coordinate representation of color #9DFEDC: hue angle of 158.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEDC is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 220 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.00 |
| HSL | 158.97º | 0.98% | 0.81% | - |
| HSV(B) | 158.97º | 0.38% | 1% | - |
| XYZ | 62.26 | 83.22 | 80.49 | - |
| YUV | 221.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 220 | 0.38 | 0 | 0.13 | 0.00 | 158.97 | 0.98 | 0.81 |
| Hex | 9D | FE | DC | 26 | 0 | D | 0 | 9F | 62 | 51 |
| Octal | 235 | 376 | 334 | 46 | 0 | 15 | 0 | 237 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11011100 | 100110 | 0 | 1101 | 0 | 10011111 | 1100010 | 1010001 |
Color Harmonies of #9DFEDC
Complementary color
Monochromatic Colors of #9DFEDC
Black with #9DFEDC
Text Example
Text Example
White with #9DFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEDC; }
p { color: rgb(157,254,220); }
H1.HeaderClassName
{
color: #9DFEDC;
}
.AnyTagClassName
{
color: #9DFEDC;
}
</style>
background-color css
<style>
a { background-color: #9DFEDC; }
a { background-color: rgb(157,254,220); }
div.DivClassName
{
background-color: #9DFEDC;
}
.BgClassName
{
background-color: #9DFEDC;
}
</style>
border-color css
<style>
span { border-color: #9DFEDC; }
span { border-color: rgb(157,254,220); }
td.TdClassName
{
border-color: #9DFEDC;
}
.TagClassName
{
border-color: #9DFEDC;
}
</style>