Shades of Magic Mint #9DEDC1
Tints of Magic Mint #9DEDC1
RGB
CMYK
RGB Variations
Color information
#9DEDC1 (or 0x9DEDC1) is known color: Magic Mint. HEX triplet: 9D, ED and C1. RGB value is (157,237,193). Sum of RGB (Red+Green+Blue) = 157+237+193=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC1 is #62123E. Grayscale: #D0D0D0. Windows color (decimal): -6427199 or 12709277. OLE color: 12709277.
HSL color Cylindrical-coordinate representation of color #9DEDC1: hue angle of 147º 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 #9DEDC1 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 193 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.07 |
| HSL | 147º | 0.69% | 0.77% | - |
| HSV(B) | 147º | 0.34% | 0.93% | - |
| XYZ | 53.81 | 71.59 | 61.43 | - |
| YUV | 208.06 | 119.5 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 193 | 0.34 | 0 | 0.19 | 0.07 | 147 | 0.69 | 0.77 |
| Hex | 9D | ED | C1 | 22 | 0 | 13 | 7 | 93 | 45 | 4D |
| Octal | 235 | 355 | 301 | 42 | 0 | 23 | 7 | 223 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11000001 | 100010 | 0 | 10011 | 111 | 10010011 | 1000101 | 1001101 |
Color Harmonies of #9DEDC1
Complementary color
Monochromatic Colors of #9DEDC1
Black with #9DEDC1
Text Example
Text Example
White with #9DEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC1; }
p { color: rgb(157,237,193); }
H1.HeaderClassName
{
color: #9DEDC1;
}
.AnyTagClassName
{
color: #9DEDC1;
}
</style>
background-color css
<style>
a { background-color: #9DEDC1; }
a { background-color: rgb(157,237,193); }
div.DivClassName
{
background-color: #9DEDC1;
}
.BgClassName
{
background-color: #9DEDC1;
}
</style>
border-color css
<style>
span { border-color: #9DEDC1; }
span { border-color: rgb(157,237,193); }
td.TdClassName
{
border-color: #9DEDC1;
}
.TagClassName
{
border-color: #9DEDC1;
}
</style>