Shades of Magic Mint #9DFDDD
Tints of Magic Mint #9DFDDD
RGB
CMYK
RGB Variations
Color information
#9DFDDD (or 0x9DFDDD) is known color: Magic Mint. HEX triplet: 9D, FD and DD. RGB value is (157,253,221). Sum of RGB (Red+Green+Blue) = 157+253+221=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDDD is #620222. Grayscale: #DCDCDC. Windows color (decimal): -6423075 or 14548381. OLE color: 14548381.
HSL color Cylindrical-coordinate representation of color #9DFDDD: hue angle of 160º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDDD is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 221 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 160º | 0.96% | 0.8% | - |
| HSV(B) | 160º | 0.38% | 0.99% | - |
| XYZ | 62.08 | 82.64 | 81.09 | - |
| YUV | 220.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 221 | 0.38 | 0 | 0.13 | 0.01 | 160 | 0.96 | 0.8 |
| Hex | 9D | FD | DD | 26 | 0 | D | 1 | A0 | 60 | 50 |
| Octal | 235 | 375 | 335 | 46 | 0 | 15 | 1 | 240 | 140 | 120 |
| Binary | 10011101 | 11111101 | 11011101 | 100110 | 0 | 1101 | 1 | 10100000 | 1100000 | 1010000 |
Color Harmonies of #9DFDDD
Complementary color
Monochromatic Colors of #9DFDDD
Black with #9DFDDD
Text Example
Text Example
White with #9DFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDDD; }
p { color: rgb(157,253,221); }
H1.HeaderClassName
{
color: #9DFDDD;
}
.AnyTagClassName
{
color: #9DFDDD;
}
</style>
background-color css
<style>
a { background-color: #9DFDDD; }
a { background-color: rgb(157,253,221); }
div.DivClassName
{
background-color: #9DFDDD;
}
.BgClassName
{
background-color: #9DFDDD;
}
</style>
border-color css
<style>
span { border-color: #9DFDDD; }
span { border-color: rgb(157,253,221); }
td.TdClassName
{
border-color: #9DFDDD;
}
.TagClassName
{
border-color: #9DFDDD;
}
</style>