Shades of Magic Mint #9DFFDE
Tints of Magic Mint #9DFFDE
RGB
CMYK
RGB Variations
Color information
#9DFFDE (or 0x9DFFDE) is known color: Magic Mint. HEX triplet: 9D, FF and DE. RGB value is (157,255,222). Sum of RGB (Red+Green+Blue) = 157+255+222=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDE is #620021. Grayscale: #DDDDDD. Windows color (decimal): -6422562 or 14614429. OLE color: 14614429.
HSL color Cylindrical-coordinate representation of color #9DFFDE: hue angle of 159.8º 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 #9DFFDE is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 222 | - |
| CMYK | 0.38 | 0 | 0.13 | 0 |
| HSL | 159.8º | 1% | 0.81% | - |
| HSV(B) | 159.8º | 0.38% | 1% | - |
| XYZ | 62.85 | 83.96 | 82 | - |
| YUV | 221.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 222 | 0.38 | 0 | 0.13 | 0 | 159.8 | 1 | 0.81 |
| Hex | 9D | FF | DE | 26 | 0 | D | 0 | A0 | 64 | 51 |
| Octal | 235 | 377 | 336 | 46 | 0 | 15 | 0 | 240 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11011110 | 100110 | 0 | 1101 | 0 | 10100000 | 1100100 | 1010001 |
Color Harmonies of #9DFFDE
Complementary color
Monochromatic Colors of #9DFFDE
Black with #9DFFDE
Text Example
Text Example
White with #9DFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFDE; }
p { color: rgb(157,255,222); }
H1.HeaderClassName
{
color: #9DFFDE;
}
.AnyTagClassName
{
color: #9DFFDE;
}
</style>
background-color css
<style>
a { background-color: #9DFFDE; }
a { background-color: rgb(157,255,222); }
div.DivClassName
{
background-color: #9DFFDE;
}
.BgClassName
{
background-color: #9DFFDE;
}
</style>
border-color css
<style>
span { border-color: #9DFFDE; }
span { border-color: rgb(157,255,222); }
td.TdClassName
{
border-color: #9DFFDE;
}
.TagClassName
{
border-color: #9DFFDE;
}
</style>