Shades of Magic Mint #9DFCDE
Tints of Magic Mint #9DFCDE
RGB
CMYK
RGB Variations
Color information
#9DFCDE (or 0x9DFCDE) is known color: Magic Mint. HEX triplet: 9D, FC and DE. RGB value is (157,252,222). Sum of RGB (Red+Green+Blue) = 157+252+222=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCDE is #620321. Grayscale: #DCDCDC. Windows color (decimal): -6423330 or 14613661. OLE color: 14613661.
HSL color Cylindrical-coordinate representation of color #9DFCDE: hue angle of 161.05º 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 #9DFCDE is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 222 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.01 |
| HSL | 161.05º | 0.94% | 0.8% | - |
| HSV(B) | 161.05º | 0.38% | 0.99% | - |
| XYZ | 61.9 | 82.06 | 81.68 | - |
| YUV | 220.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 222 | 0.38 | 0 | 0.12 | 0.01 | 161.05 | 0.94 | 0.8 |
| Hex | 9D | FC | DE | 26 | 0 | C | 1 | A1 | 5E | 50 |
| Octal | 235 | 374 | 336 | 46 | 0 | 14 | 1 | 241 | 136 | 120 |
| Binary | 10011101 | 11111100 | 11011110 | 100110 | 0 | 1100 | 1 | 10100001 | 1011110 | 1010000 |
Color Harmonies of #9DFCDE
Complementary color
Monochromatic Colors of #9DFCDE
Black with #9DFCDE
Text Example
Text Example
White with #9DFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFCDE; }
p { color: rgb(157,252,222); }
H1.HeaderClassName
{
color: #9DFCDE;
}
.AnyTagClassName
{
color: #9DFCDE;
}
</style>
background-color css
<style>
a { background-color: #9DFCDE; }
a { background-color: rgb(157,252,222); }
div.DivClassName
{
background-color: #9DFCDE;
}
.BgClassName
{
background-color: #9DFCDE;
}
</style>
border-color css
<style>
span { border-color: #9DFCDE; }
span { border-color: rgb(157,252,222); }
td.TdClassName
{
border-color: #9DFCDE;
}
.TagClassName
{
border-color: #9DFCDE;
}
</style>