Shades of Magic Mint #9DF9D9
Tints of Magic Mint #9DF9D9
RGB
CMYK
RGB Variations
Color information
#9DF9D9 (or 0x9DF9D9) is known color: Magic Mint. HEX triplet: 9D, F9 and D9. RGB value is (157,249,217). Sum of RGB (Red+Green+Blue) = 157+249+217=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9D9 is #620626. Grayscale: #D9D9D9. Windows color (decimal): -6424103 or 14285213. OLE color: 14285213.
HSL color Cylindrical-coordinate representation of color #9DF9D9: hue angle of 159.13º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9D9 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 217 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.02 |
| HSL | 159.13º | 0.88% | 0.8% | - |
| HSV(B) | 159.13º | 0.37% | 0.98% | - |
| XYZ | 60.3 | 79.93 | 77.9 | - |
| YUV | 217.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 217 | 0.37 | 0 | 0.13 | 0.02 | 159.13 | 0.88 | 0.8 |
| Hex | 9D | F9 | D9 | 25 | 0 | D | 2 | 9F | 58 | 50 |
| Octal | 235 | 371 | 331 | 45 | 0 | 15 | 2 | 237 | 130 | 120 |
| Binary | 10011101 | 11111001 | 11011001 | 100101 | 0 | 1101 | 10 | 10011111 | 1011000 | 1010000 |
Color Harmonies of #9DF9D9
Complementary color
Monochromatic Colors of #9DF9D9
Black with #9DF9D9
Text Example
Text Example
White with #9DF9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF9D9; }
p { color: rgb(157,249,217); }
H1.HeaderClassName
{
color: #9DF9D9;
}
.AnyTagClassName
{
color: #9DF9D9;
}
</style>
background-color css
<style>
a { background-color: #9DF9D9; }
a { background-color: rgb(157,249,217); }
div.DivClassName
{
background-color: #9DF9D9;
}
.BgClassName
{
background-color: #9DF9D9;
}
</style>
border-color css
<style>
span { border-color: #9DF9D9; }
span { border-color: rgb(157,249,217); }
td.TdClassName
{
border-color: #9DF9D9;
}
.TagClassName
{
border-color: #9DF9D9;
}
</style>