Shades of Magic Mint #9DE2C6
Tints of Magic Mint #9DE2C6
RGB
CMYK
RGB Variations
Color information
#9DE2C6 (or 0x9DE2C6) is known color: Magic Mint. HEX triplet: 9D, E2 and C6. RGB value is (157,226,198). Sum of RGB (Red+Green+Blue) = 157+226+198=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2C6 is #621D39. Grayscale: #CACACA. Windows color (decimal): -6430010 or 13034141. OLE color: 13034141.
HSL color Cylindrical-coordinate representation of color #9DE2C6: hue angle of 155.65º 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 #9DE2C6 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 198 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.11 |
| HSL | 155.65º | 0.54% | 0.75% | - |
| HSV(B) | 155.65º | 0.31% | 0.89% | - |
| XYZ | 51.29 | 65.64 | 63.39 | - |
| YUV | 202.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 198 | 0.31 | 0 | 0.12 | 0.11 | 155.65 | 0.54 | 0.75 |
| Hex | 9D | E2 | C6 | 1F | 0 | C | B | 9C | 36 | 4B |
| Octal | 235 | 342 | 306 | 37 | 0 | 14 | 13 | 234 | 66 | 113 |
| Binary | 10011101 | 11100010 | 11000110 | 11111 | 0 | 1100 | 1011 | 10011100 | 110110 | 1001011 |
Color Harmonies of #9DE2C6
Complementary color
Monochromatic Colors of #9DE2C6
Black with #9DE2C6
Text Example
Text Example
White with #9DE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE2C6; }
p { color: rgb(157,226,198); }
H1.HeaderClassName
{
color: #9DE2C6;
}
.AnyTagClassName
{
color: #9DE2C6;
}
</style>
background-color css
<style>
a { background-color: #9DE2C6; }
a { background-color: rgb(157,226,198); }
div.DivClassName
{
background-color: #9DE2C6;
}
.BgClassName
{
background-color: #9DE2C6;
}
</style>
border-color css
<style>
span { border-color: #9DE2C6; }
span { border-color: rgb(157,226,198); }
td.TdClassName
{
border-color: #9DE2C6;
}
.TagClassName
{
border-color: #9DE2C6;
}
</style>