Shades of Magic Mint #9DEFBF
Tints of Magic Mint #9DEFBF
RGB
CMYK
RGB Variations
Color information
#9DEFBF (or 0x9DEFBF) is known color: Magic Mint. HEX triplet: 9D, EF and BF. RGB value is (157,239,191). Sum of RGB (Red+Green+Blue) = 157+239+191=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFBF is #621040. Grayscale: #D1D1D1. Windows color (decimal): -6426689 or 12578717. OLE color: 12578717.
HSL color Cylindrical-coordinate representation of color #9DEFBF: hue angle of 144.88º 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 #9DEFBF is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 191 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.06 |
| HSL | 144.88º | 0.72% | 0.78% | - |
| HSV(B) | 144.88º | 0.34% | 0.94% | - |
| XYZ | 54.18 | 72.66 | 60.46 | - |
| YUV | 209.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 191 | 0.34 | 0 | 0.20 | 0.06 | 144.88 | 0.72 | 0.78 |
| Hex | 9D | EF | BF | 22 | 0 | 14 | 6 | 91 | 48 | 4E |
| Octal | 235 | 357 | 277 | 42 | 0 | 24 | 6 | 221 | 110 | 116 |
| Binary | 10011101 | 11101111 | 10111111 | 100010 | 0 | 10100 | 110 | 10010001 | 1001000 | 1001110 |
Color Harmonies of #9DEFBF
Complementary color
Monochromatic Colors of #9DEFBF
Black with #9DEFBF
Text Example
Text Example
White with #9DEFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFBF; }
p { color: rgb(157,239,191); }
H1.HeaderClassName
{
color: #9DEFBF;
}
.AnyTagClassName
{
color: #9DEFBF;
}
</style>
background-color css
<style>
a { background-color: #9DEFBF; }
a { background-color: rgb(157,239,191); }
div.DivClassName
{
background-color: #9DEFBF;
}
.BgClassName
{
background-color: #9DEFBF;
}
</style>
border-color css
<style>
span { border-color: #9DEFBF; }
span { border-color: rgb(157,239,191); }
td.TdClassName
{
border-color: #9DEFBF;
}
.TagClassName
{
border-color: #9DEFBF;
}
</style>