Shades of Magic Mint #9DEDC5
Tints of Magic Mint #9DEDC5
RGB
CMYK
RGB Variations
Color information
#9DEDC5 (or 0x9DEDC5) is known color: Magic Mint. HEX triplet: 9D, ED and C5. RGB value is (157,237,197). Sum of RGB (Red+Green+Blue) = 157+237+197=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC5 is #62123A. Grayscale: #D0D0D0. Windows color (decimal): -6427195 or 12971421. OLE color: 12971421.
HSL color Cylindrical-coordinate representation of color #9DEDC5: hue angle of 150º 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 #9DEDC5 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 197 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.07 |
| HSL | 150º | 0.69% | 0.77% | - |
| HSV(B) | 150º | 0.34% | 0.93% | - |
| XYZ | 54.27 | 71.77 | 63.82 | - |
| YUV | 208.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 197 | 0.34 | 0 | 0.17 | 0.07 | 150 | 0.69 | 0.77 |
| Hex | 9D | ED | C5 | 22 | 0 | 11 | 7 | 96 | 45 | 4D |
| Octal | 235 | 355 | 305 | 42 | 0 | 21 | 7 | 226 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11000101 | 100010 | 0 | 10001 | 111 | 10010110 | 1000101 | 1001101 |
Color Harmonies of #9DEDC5
Complementary color
Monochromatic Colors of #9DEDC5
Black with #9DEDC5
Text Example
Text Example
White with #9DEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC5; }
p { color: rgb(157,237,197); }
H1.HeaderClassName
{
color: #9DEDC5;
}
.AnyTagClassName
{
color: #9DEDC5;
}
</style>
background-color css
<style>
a { background-color: #9DEDC5; }
a { background-color: rgb(157,237,197); }
div.DivClassName
{
background-color: #9DEDC5;
}
.BgClassName
{
background-color: #9DEDC5;
}
</style>
border-color css
<style>
span { border-color: #9DEDC5; }
span { border-color: rgb(157,237,197); }
td.TdClassName
{
border-color: #9DEDC5;
}
.TagClassName
{
border-color: #9DEDC5;
}
</style>