Shades of Magic Mint #9DFFCD
Tints of Magic Mint #9DFFCD
RGB
CMYK
RGB Variations
Color information
#9DFFCD (or 0x9DFFCD) is known color: Magic Mint. HEX triplet: 9D, FF and CD. RGB value is (157,255,205). Sum of RGB (Red+Green+Blue) = 157+255+205=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFCD is #620032. Grayscale: #DCDCDC. Windows color (decimal): -6422579 or 13500317. OLE color: 13500317.
HSL color Cylindrical-coordinate representation of color #9DFFCD: hue angle of 149.39º 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 #9DFFCD is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 205 | - |
| CMYK | 0.38 | 0 | 0.20 | 0 |
| HSL | 149.39º | 1% | 0.81% | - |
| HSV(B) | 149.39º | 0.38% | 1% | - |
| XYZ | 60.68 | 83.1 | 70.6 | - |
| YUV | 220 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 205 | 0.38 | 0 | 0.20 | 0 | 149.39 | 1 | 0.81 |
| Hex | 9D | FF | CD | 26 | 0 | 14 | 0 | 95 | 64 | 51 |
| Octal | 235 | 377 | 315 | 46 | 0 | 24 | 0 | 225 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11001101 | 100110 | 0 | 10100 | 0 | 10010101 | 1100100 | 1010001 |
Color Harmonies of #9DFFCD
Complementary color
Monochromatic Colors of #9DFFCD
Black with #9DFFCD
Text Example
Text Example
White with #9DFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFCD; }
p { color: rgb(157,255,205); }
H1.HeaderClassName
{
color: #9DFFCD;
}
.AnyTagClassName
{
color: #9DFFCD;
}
</style>
background-color css
<style>
a { background-color: #9DFFCD; }
a { background-color: rgb(157,255,205); }
div.DivClassName
{
background-color: #9DFFCD;
}
.BgClassName
{
background-color: #9DFFCD;
}
</style>
border-color css
<style>
span { border-color: #9DFFCD; }
span { border-color: rgb(157,255,205); }
td.TdClassName
{
border-color: #9DFFCD;
}
.TagClassName
{
border-color: #9DFFCD;
}
</style>