Shades of Magic Mint #9DEDC9
Tints of Magic Mint #9DEDC9
RGB
CMYK
RGB Variations
Color information
#9DEDC9 (or 0x9DEDC9) is known color: Magic Mint. HEX triplet: 9D, ED and C9. RGB value is (157,237,201). Sum of RGB (Red+Green+Blue) = 157+237+201=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC9 is #621236. Grayscale: #D1D1D1. Windows color (decimal): -6427191 or 13233565. OLE color: 13233565.
HSL color Cylindrical-coordinate representation of color #9DEDC9: hue angle of 153º 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 #9DEDC9 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 201 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.07 |
| HSL | 153º | 0.69% | 0.77% | - |
| HSV(B) | 153º | 0.34% | 0.93% | - |
| XYZ | 54.73 | 71.95 | 66.26 | - |
| YUV | 208.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 201 | 0.34 | 0 | 0.15 | 0.07 | 153 | 0.69 | 0.77 |
| Hex | 9D | ED | C9 | 22 | 0 | F | 7 | 99 | 45 | 4D |
| Octal | 235 | 355 | 311 | 42 | 0 | 17 | 7 | 231 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11001001 | 100010 | 0 | 1111 | 111 | 10011001 | 1000101 | 1001101 |
Color Harmonies of #9DEDC9
Complementary color
Monochromatic Colors of #9DEDC9
Black with #9DEDC9
Text Example
Text Example
White with #9DEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC9; }
p { color: rgb(157,237,201); }
H1.HeaderClassName
{
color: #9DEDC9;
}
.AnyTagClassName
{
color: #9DEDC9;
}
</style>
background-color css
<style>
a { background-color: #9DEDC9; }
a { background-color: rgb(157,237,201); }
div.DivClassName
{
background-color: #9DEDC9;
}
.BgClassName
{
background-color: #9DEDC9;
}
</style>
border-color css
<style>
span { border-color: #9DEDC9; }
span { border-color: rgb(157,237,201); }
td.TdClassName
{
border-color: #9DEDC9;
}
.TagClassName
{
border-color: #9DEDC9;
}
</style>