Shades of Magic Mint #9DFECD
Tints of Magic Mint #9DFECD
RGB
CMYK
RGB Variations
Color information
#9DFECD (or 0x9DFECD) is known color: Magic Mint. HEX triplet: 9D, FE and CD. RGB value is (157,254,205). Sum of RGB (Red+Green+Blue) = 157+254+205=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFECD is #620132. Grayscale: #DBDBDB. Windows color (decimal): -6422835 or 13500061. OLE color: 13500061.
HSL color Cylindrical-coordinate representation of color #9DFECD: hue angle of 149.69º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFECD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 205 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.00 |
| HSL | 149.69º | 0.98% | 0.81% | - |
| HSV(B) | 149.69º | 0.38% | 1% | - |
| XYZ | 60.37 | 82.46 | 70.49 | - |
| YUV | 219.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 205 | 0.38 | 0 | 0.19 | 0.00 | 149.69 | 0.98 | 0.81 |
| Hex | 9D | FE | CD | 26 | 0 | 13 | 0 | 96 | 62 | 51 |
| Octal | 235 | 376 | 315 | 46 | 0 | 23 | 0 | 226 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11001101 | 100110 | 0 | 10011 | 0 | 10010110 | 1100010 | 1010001 |
Color Harmonies of #9DFECD
Complementary color
Monochromatic Colors of #9DFECD
Black with #9DFECD
Text Example
Text Example
White with #9DFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFECD; }
p { color: rgb(157,254,205); }
H1.HeaderClassName
{
color: #9DFECD;
}
.AnyTagClassName
{
color: #9DFECD;
}
</style>
background-color css
<style>
a { background-color: #9DFECD; }
a { background-color: rgb(157,254,205); }
div.DivClassName
{
background-color: #9DFECD;
}
.BgClassName
{
background-color: #9DFECD;
}
</style>
border-color css
<style>
span { border-color: #9DFECD; }
span { border-color: rgb(157,254,205); }
td.TdClassName
{
border-color: #9DFECD;
}
.TagClassName
{
border-color: #9DFECD;
}
</style>