Shades of Magic Mint #9DEBD1
Tints of Magic Mint #9DEBD1
RGB
CMYK
RGB Variations
Color information
#9DEBD1 (or 0x9DEBD1) is known color: Magic Mint. HEX triplet: 9D, EB and D1. RGB value is (157,235,209). Sum of RGB (Red+Green+Blue) = 157+235+209=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD1 is #62142E. Grayscale: #D0D0D0. Windows color (decimal): -6427695 or 13757341. OLE color: 13757341.
HSL color Cylindrical-coordinate representation of color #9DEBD1: hue angle of 160º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBD1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 209 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.08 |
| HSL | 160º | 0.66% | 0.77% | - |
| HSV(B) | 160º | 0.33% | 0.92% | - |
| XYZ | 55.12 | 71.19 | 71.16 | - |
| YUV | 208.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 209 | 0.33 | 0 | 0.11 | 0.08 | 160 | 0.66 | 0.77 |
| Hex | 9D | EB | D1 | 21 | 0 | B | 8 | A0 | 42 | 4D |
| Octal | 235 | 353 | 321 | 41 | 0 | 13 | 10 | 240 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11010001 | 100001 | 0 | 1011 | 1000 | 10100000 | 1000010 | 1001101 |
Color Harmonies of #9DEBD1
Complementary color
Monochromatic Colors of #9DEBD1
Black with #9DEBD1
Text Example
Text Example
White with #9DEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBD1; }
p { color: rgb(157,235,209); }
H1.HeaderClassName
{
color: #9DEBD1;
}
.AnyTagClassName
{
color: #9DEBD1;
}
</style>
background-color css
<style>
a { background-color: #9DEBD1; }
a { background-color: rgb(157,235,209); }
div.DivClassName
{
background-color: #9DEBD1;
}
.BgClassName
{
background-color: #9DEBD1;
}
</style>
border-color css
<style>
span { border-color: #9DEBD1; }
span { border-color: rgb(157,235,209); }
td.TdClassName
{
border-color: #9DEBD1;
}
.TagClassName
{
border-color: #9DEBD1;
}
</style>