Shades of Magic Mint #9DEBCD
Tints of Magic Mint #9DEBCD
RGB
CMYK
RGB Variations
Color information
#9DEBCD (or 0x9DEBCD) is known color: Magic Mint. HEX triplet: 9D, EB and CD. RGB value is (157,235,205). Sum of RGB (Red+Green+Blue) = 157+235+205=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBCD is #621432. Grayscale: #D0D0D0. Windows color (decimal): -6427699 or 13495197. OLE color: 13495197.
HSL color Cylindrical-coordinate representation of color #9DEBCD: hue angle of 156.92º 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 #9DEBCD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 205 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.08 |
| HSL | 156.92º | 0.66% | 0.77% | - |
| HSV(B) | 156.92º | 0.33% | 0.92% | - |
| XYZ | 54.63 | 70.99 | 68.58 | - |
| YUV | 208.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 205 | 0.33 | 0 | 0.13 | 0.08 | 156.92 | 0.66 | 0.77 |
| Hex | 9D | EB | CD | 21 | 0 | D | 8 | 9D | 42 | 4D |
| Octal | 235 | 353 | 315 | 41 | 0 | 15 | 10 | 235 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11001101 | 100001 | 0 | 1101 | 1000 | 10011101 | 1000010 | 1001101 |
Color Harmonies of #9DEBCD
Complementary color
Monochromatic Colors of #9DEBCD
Black with #9DEBCD
Text Example
Text Example
White with #9DEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBCD; }
p { color: rgb(157,235,205); }
H1.HeaderClassName
{
color: #9DEBCD;
}
.AnyTagClassName
{
color: #9DEBCD;
}
</style>
background-color css
<style>
a { background-color: #9DEBCD; }
a { background-color: rgb(157,235,205); }
div.DivClassName
{
background-color: #9DEBCD;
}
.BgClassName
{
background-color: #9DEBCD;
}
</style>
border-color css
<style>
span { border-color: #9DEBCD; }
span { border-color: rgb(157,235,205); }
td.TdClassName
{
border-color: #9DEBCD;
}
.TagClassName
{
border-color: #9DEBCD;
}
</style>