Shades of Magic Mint #9DEDCB
Tints of Magic Mint #9DEDCB
RGB
CMYK
RGB Variations
Color information
#9DEDCB (or 0x9DEDCB) is known color: Magic Mint. HEX triplet: 9D, ED and CB. RGB value is (157,237,203). Sum of RGB (Red+Green+Blue) = 157+237+203=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDCB is #621234. Grayscale: #D1D1D1. Windows color (decimal): -6427189 or 13364637. OLE color: 13364637.
HSL color Cylindrical-coordinate representation of color #9DEDCB: hue angle of 154.5º 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 #9DEDCB is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 203 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 154.5º | 0.69% | 0.77% | - |
| HSV(B) | 154.5º | 0.34% | 0.93% | - |
| XYZ | 54.97 | 72.05 | 67.51 | - |
| YUV | 209.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 203 | 0.34 | 0 | 0.14 | 0.07 | 154.5 | 0.69 | 0.77 |
| Hex | 9D | ED | CB | 22 | 0 | E | 7 | 9A | 45 | 4D |
| Octal | 235 | 355 | 313 | 42 | 0 | 16 | 7 | 232 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11001011 | 100010 | 0 | 1110 | 111 | 10011010 | 1000101 | 1001101 |
Color Harmonies of #9DEDCB
Complementary color
Monochromatic Colors of #9DEDCB
Black with #9DEDCB
Text Example
Text Example
White with #9DEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDCB; }
p { color: rgb(157,237,203); }
H1.HeaderClassName
{
color: #9DEDCB;
}
.AnyTagClassName
{
color: #9DEDCB;
}
</style>
background-color css
<style>
a { background-color: #9DEDCB; }
a { background-color: rgb(157,237,203); }
div.DivClassName
{
background-color: #9DEDCB;
}
.BgClassName
{
background-color: #9DEDCB;
}
</style>
border-color css
<style>
span { border-color: #9DEDCB; }
span { border-color: rgb(157,237,203); }
td.TdClassName
{
border-color: #9DEDCB;
}
.TagClassName
{
border-color: #9DEDCB;
}
</style>