Shades of Magic Mint #9DFCDD
Tints of Magic Mint #9DFCDD
RGB
CMYK
RGB Variations
Color information
#9DFCDD (or 0x9DFCDD) is known color: Magic Mint. HEX triplet: 9D, FC and DD. RGB value is (157,252,221). Sum of RGB (Red+Green+Blue) = 157+252+221=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCDD is #620322. Grayscale: #DCDCDC. Windows color (decimal): -6423331 or 14548125. OLE color: 14548125.
HSL color Cylindrical-coordinate representation of color #9DFCDD: hue angle of 160.42º degrees, saturation: 0.94, 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 #9DFCDD is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 221 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.01 |
| HSL | 160.42º | 0.94% | 0.8% | - |
| HSV(B) | 160.42º | 0.38% | 0.99% | - |
| XYZ | 61.77 | 82.01 | 80.98 | - |
| YUV | 220.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 221 | 0.38 | 0 | 0.12 | 0.01 | 160.42 | 0.94 | 0.8 |
| Hex | 9D | FC | DD | 26 | 0 | C | 1 | A0 | 5E | 50 |
| Octal | 235 | 374 | 335 | 46 | 0 | 14 | 1 | 240 | 136 | 120 |
| Binary | 10011101 | 11111100 | 11011101 | 100110 | 0 | 1100 | 1 | 10100000 | 1011110 | 1010000 |
Color Harmonies of #9DFCDD
Complementary color
Monochromatic Colors of #9DFCDD
Black with #9DFCDD
Text Example
Text Example
White with #9DFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFCDD; }
p { color: rgb(157,252,221); }
H1.HeaderClassName
{
color: #9DFCDD;
}
.AnyTagClassName
{
color: #9DFCDD;
}
</style>
background-color css
<style>
a { background-color: #9DFCDD; }
a { background-color: rgb(157,252,221); }
div.DivClassName
{
background-color: #9DFCDD;
}
.BgClassName
{
background-color: #9DFCDD;
}
</style>
border-color css
<style>
span { border-color: #9DFCDD; }
span { border-color: rgb(157,252,221); }
td.TdClassName
{
border-color: #9DFCDD;
}
.TagClassName
{
border-color: #9DFCDD;
}
</style>