Shades of Magic Mint #9DFFDF
Tints of Magic Mint #9DFFDF
RGB
CMYK
RGB Variations
Color information
#9DFFDF (or 0x9DFFDF) is known color: Magic Mint. HEX triplet: 9D, FF and DF. RGB value is (157,255,223). Sum of RGB (Red+Green+Blue) = 157+255+223=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDF is #620020. Grayscale: #DEDEDE. Windows color (decimal): -6422561 or 14679965. OLE color: 14679965.
HSL color Cylindrical-coordinate representation of color #9DFFDF: hue angle of 160.41º 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 #9DFFDF is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 223 | - |
| CMYK | 0.38 | 0 | 0.13 | 0 |
| HSL | 160.41º | 1% | 0.81% | - |
| HSV(B) | 160.41º | 0.38% | 1% | - |
| XYZ | 62.98 | 84.02 | 82.71 | - |
| YUV | 222.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 223 | 0.38 | 0 | 0.13 | 0 | 160.41 | 1 | 0.81 |
| Hex | 9D | FF | DF | 26 | 0 | D | 0 | A0 | 64 | 51 |
| Octal | 235 | 377 | 337 | 46 | 0 | 15 | 0 | 240 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11011111 | 100110 | 0 | 1101 | 0 | 10100000 | 1100100 | 1010001 |
Color Harmonies of #9DFFDF
Complementary color
Monochromatic Colors of #9DFFDF
Black with #9DFFDF
Text Example
Text Example
White with #9DFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFDF; }
p { color: rgb(157,255,223); }
H1.HeaderClassName
{
color: #9DFFDF;
}
.AnyTagClassName
{
color: #9DFFDF;
}
</style>
background-color css
<style>
a { background-color: #9DFFDF; }
a { background-color: rgb(157,255,223); }
div.DivClassName
{
background-color: #9DFFDF;
}
.BgClassName
{
background-color: #9DFFDF;
}
</style>
border-color css
<style>
span { border-color: #9DFFDF; }
span { border-color: rgb(157,255,223); }
td.TdClassName
{
border-color: #9DFFDF;
}
.TagClassName
{
border-color: #9DFFDF;
}
</style>