Shades of Magic Mint #9DE2C7
Tints of Magic Mint #9DE2C7
RGB
CMYK
RGB Variations
Color information
#9DE2C7 (or 0x9DE2C7) is known color: Magic Mint. HEX triplet: 9D, E2 and C7. RGB value is (157,226,199). Sum of RGB (Red+Green+Blue) = 157+226+199=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2C7 is #621D38. Grayscale: #CACACA. Windows color (decimal): -6430009 or 13099677. OLE color: 13099677.
HSL color Cylindrical-coordinate representation of color #9DE2C7: hue angle of 156.52º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE2C7 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 199 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.11 |
| HSL | 156.52º | 0.54% | 0.75% | - |
| HSV(B) | 156.52º | 0.31% | 0.89% | - |
| XYZ | 51.41 | 65.68 | 64 | - |
| YUV | 202.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 199 | 0.31 | 0 | 0.12 | 0.11 | 156.52 | 0.54 | 0.75 |
| Hex | 9D | E2 | C7 | 1F | 0 | C | B | 9D | 36 | 4B |
| Octal | 235 | 342 | 307 | 37 | 0 | 14 | 13 | 235 | 66 | 113 |
| Binary | 10011101 | 11100010 | 11000111 | 11111 | 0 | 1100 | 1011 | 10011101 | 110110 | 1001011 |
Color Harmonies of #9DE2C7
Complementary color
Monochromatic Colors of #9DE2C7
Black with #9DE2C7
Text Example
Text Example
White with #9DE2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE2C7; }
p { color: rgb(157,226,199); }
H1.HeaderClassName
{
color: #9DE2C7;
}
.AnyTagClassName
{
color: #9DE2C7;
}
</style>
background-color css
<style>
a { background-color: #9DE2C7; }
a { background-color: rgb(157,226,199); }
div.DivClassName
{
background-color: #9DE2C7;
}
.BgClassName
{
background-color: #9DE2C7;
}
</style>
border-color css
<style>
span { border-color: #9DE2C7; }
span { border-color: rgb(157,226,199); }
td.TdClassName
{
border-color: #9DE2C7;
}
.TagClassName
{
border-color: #9DE2C7;
}
</style>