Shades of Magic Mint #9DEFCD
Tints of Magic Mint #9DEFCD
RGB
CMYK
RGB Variations
Color information
#9DEFCD (or 0x9DEFCD) is known color: Magic Mint. HEX triplet: 9D, EF and CD. RGB value is (157,239,205). Sum of RGB (Red+Green+Blue) = 157+239+205=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFCD is #621032. Grayscale: #D2D2D2. Windows color (decimal): -6426675 or 13496221. OLE color: 13496221.
HSL color Cylindrical-coordinate representation of color #9DEFCD: hue angle of 155.12º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFCD is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 205 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.06 |
| HSL | 155.12º | 0.72% | 0.78% | - |
| HSV(B) | 155.12º | 0.34% | 0.94% | - |
| XYZ | 55.79 | 73.31 | 68.97 | - |
| YUV | 210.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 205 | 0.34 | 0 | 0.14 | 0.06 | 155.12 | 0.72 | 0.78 |
| Hex | 9D | EF | CD | 22 | 0 | E | 6 | 9B | 48 | 4E |
| Octal | 235 | 357 | 315 | 42 | 0 | 16 | 6 | 233 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11001101 | 100010 | 0 | 1110 | 110 | 10011011 | 1001000 | 1001110 |
Color Harmonies of #9DEFCD
Complementary color
Monochromatic Colors of #9DEFCD
Black with #9DEFCD
Text Example
Text Example
White with #9DEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFCD; }
p { color: rgb(157,239,205); }
H1.HeaderClassName
{
color: #9DEFCD;
}
.AnyTagClassName
{
color: #9DEFCD;
}
</style>
background-color css
<style>
a { background-color: #9DEFCD; }
a { background-color: rgb(157,239,205); }
div.DivClassName
{
background-color: #9DEFCD;
}
.BgClassName
{
background-color: #9DEFCD;
}
</style>
border-color css
<style>
span { border-color: #9DEFCD; }
span { border-color: rgb(157,239,205); }
td.TdClassName
{
border-color: #9DEFCD;
}
.TagClassName
{
border-color: #9DEFCD;
}
</style>