Shades of Magic Mint #9DEDC0
Tints of Magic Mint #9DEDC0
RGB
CMYK
RGB Variations
Color information
#9DEDC0 (or 0x9DEDC0) is known color: Magic Mint. HEX triplet: 9D, ED and C0. RGB value is (157,237,192). Sum of RGB (Red+Green+Blue) = 157+237+192=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC0 is #62123F. Grayscale: #D0D0D0. Windows color (decimal): -6427200 or 12643741. OLE color: 12643741.
HSL color Cylindrical-coordinate representation of color #9DEDC0: hue angle of 146.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDC0 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 192 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.07 |
| HSL | 146.25º | 0.69% | 0.77% | - |
| HSV(B) | 146.25º | 0.34% | 0.93% | - |
| XYZ | 53.7 | 71.54 | 60.85 | - |
| YUV | 207.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 192 | 0.34 | 0 | 0.19 | 0.07 | 146.25 | 0.69 | 0.77 |
| Hex | 9D | ED | C0 | 22 | 0 | 13 | 7 | 92 | 45 | 4D |
| Octal | 235 | 355 | 300 | 42 | 0 | 23 | 7 | 222 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11000000 | 100010 | 0 | 10011 | 111 | 10010010 | 1000101 | 1001101 |
Color Harmonies of #9DEDC0
Complementary color
Monochromatic Colors of #9DEDC0
Black with #9DEDC0
Text Example
Text Example
White with #9DEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC0; }
p { color: rgb(157,237,192); }
H1.HeaderClassName
{
color: #9DEDC0;
}
.AnyTagClassName
{
color: #9DEDC0;
}
</style>
background-color css
<style>
a { background-color: #9DEDC0; }
a { background-color: rgb(157,237,192); }
div.DivClassName
{
background-color: #9DEDC0;
}
.BgClassName
{
background-color: #9DEDC0;
}
</style>
border-color css
<style>
span { border-color: #9DEDC0; }
span { border-color: rgb(157,237,192); }
td.TdClassName
{
border-color: #9DEDC0;
}
.TagClassName
{
border-color: #9DEDC0;
}
</style>