Shades of Magic Mint #9DECD6
Tints of Magic Mint #9DECD6
RGB
CMYK
RGB Variations
Color information
#9DECD6 (or 0x9DECD6) is known color: Magic Mint. HEX triplet: 9D, EC and D6. RGB value is (157,236,214). Sum of RGB (Red+Green+Blue) = 157+236+214=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECD6 is #621329. Grayscale: #D1D1D1. Windows color (decimal): -6427434 or 14085277. OLE color: 14085277.
HSL color Cylindrical-coordinate representation of color #9DECD6: hue angle of 163.29º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECD6 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 214 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.07 |
| HSL | 163.29º | 0.68% | 0.77% | - |
| HSV(B) | 163.29º | 0.33% | 0.93% | - |
| XYZ | 56.04 | 72.01 | 74.56 | - |
| YUV | 209.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 214 | 0.33 | 0 | 0.09 | 0.07 | 163.29 | 0.68 | 0.77 |
| Hex | 9D | EC | D6 | 21 | 0 | 9 | 7 | A3 | 44 | 4D |
| Octal | 235 | 354 | 326 | 41 | 0 | 11 | 7 | 243 | 104 | 115 |
| Binary | 10011101 | 11101100 | 11010110 | 100001 | 0 | 1001 | 111 | 10100011 | 1000100 | 1001101 |
Color Harmonies of #9DECD6
Complementary color
Monochromatic Colors of #9DECD6
Black with #9DECD6
Text Example
Text Example
White with #9DECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECD6; }
p { color: rgb(157,236,214); }
H1.HeaderClassName
{
color: #9DECD6;
}
.AnyTagClassName
{
color: #9DECD6;
}
</style>
background-color css
<style>
a { background-color: #9DECD6; }
a { background-color: rgb(157,236,214); }
div.DivClassName
{
background-color: #9DECD6;
}
.BgClassName
{
background-color: #9DECD6;
}
</style>
border-color css
<style>
span { border-color: #9DECD6; }
span { border-color: rgb(157,236,214); }
td.TdClassName
{
border-color: #9DECD6;
}
.TagClassName
{
border-color: #9DECD6;
}
</style>