Shades of Magic Mint #9DEFC7
Tints of Magic Mint #9DEFC7
RGB
CMYK
RGB Variations
Color information
#9DEFC7 (or 0x9DEFC7) is known color: Magic Mint. HEX triplet: 9D, EF and C7. RGB value is (157,239,199). Sum of RGB (Red+Green+Blue) = 157+239+199=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFC7 is #621038. Grayscale: #D2D2D2. Windows color (decimal): -6426681 or 13103005. OLE color: 13103005.
HSL color Cylindrical-coordinate representation of color #9DEFC7: hue angle of 150.73º 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 #9DEFC7 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 199 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.06 |
| HSL | 150.73º | 0.72% | 0.78% | - |
| HSV(B) | 150.73º | 0.34% | 0.94% | - |
| XYZ | 55.08 | 73.02 | 65.22 | - |
| YUV | 209.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 199 | 0.34 | 0 | 0.17 | 0.06 | 150.73 | 0.72 | 0.78 |
| Hex | 9D | EF | C7 | 22 | 0 | 11 | 6 | 97 | 48 | 4E |
| Octal | 235 | 357 | 307 | 42 | 0 | 21 | 6 | 227 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11000111 | 100010 | 0 | 10001 | 110 | 10010111 | 1001000 | 1001110 |
Color Harmonies of #9DEFC7
Complementary color
Monochromatic Colors of #9DEFC7
Black with #9DEFC7
Text Example
Text Example
White with #9DEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFC7; }
p { color: rgb(157,239,199); }
H1.HeaderClassName
{
color: #9DEFC7;
}
.AnyTagClassName
{
color: #9DEFC7;
}
</style>
background-color css
<style>
a { background-color: #9DEFC7; }
a { background-color: rgb(157,239,199); }
div.DivClassName
{
background-color: #9DEFC7;
}
.BgClassName
{
background-color: #9DEFC7;
}
</style>
border-color css
<style>
span { border-color: #9DEFC7; }
span { border-color: rgb(157,239,199); }
td.TdClassName
{
border-color: #9DEFC7;
}
.TagClassName
{
border-color: #9DEFC7;
}
</style>