Shades of Magic Mint #9DE4C5
Tints of Magic Mint #9DE4C5
RGB
CMYK
RGB Variations
Color information
#9DE4C5 (or 0x9DE4C5) is known color: Magic Mint. HEX triplet: 9D, E4 and C5. RGB value is (157,228,197). Sum of RGB (Red+Green+Blue) = 157+228+197=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4C5 is #621B3A. Grayscale: #CBCBCB. Windows color (decimal): -6429499 or 12969117. OLE color: 12969117.
HSL color Cylindrical-coordinate representation of color #9DE4C5: hue angle of 153.8º degrees, saturation: 0.57, 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 #9DE4C5 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 228 | 197 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.11 |
| HSL | 153.8º | 0.57% | 0.75% | - |
| HSV(B) | 153.8º | 0.31% | 0.89% | - |
| XYZ | 51.73 | 66.69 | 62.97 | - |
| YUV | 203.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 228 | 197 | 0.31 | 0 | 0.14 | 0.11 | 153.8 | 0.57 | 0.75 |
| Hex | 9D | E4 | C5 | 1F | 0 | E | B | 9A | 39 | 4B |
| Octal | 235 | 344 | 305 | 37 | 0 | 16 | 13 | 232 | 71 | 113 |
| Binary | 10011101 | 11100100 | 11000101 | 11111 | 0 | 1110 | 1011 | 10011010 | 111001 | 1001011 |
Color Harmonies of #9DE4C5
Complementary color
Monochromatic Colors of #9DE4C5
Black with #9DE4C5
Text Example
Text Example
White with #9DE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE4C5; }
p { color: rgb(157,228,197); }
H1.HeaderClassName
{
color: #9DE4C5;
}
.AnyTagClassName
{
color: #9DE4C5;
}
</style>
background-color css
<style>
a { background-color: #9DE4C5; }
a { background-color: rgb(157,228,197); }
div.DivClassName
{
background-color: #9DE4C5;
}
.BgClassName
{
background-color: #9DE4C5;
}
</style>
border-color css
<style>
span { border-color: #9DE4C5; }
span { border-color: rgb(157,228,197); }
td.TdClassName
{
border-color: #9DE4C5;
}
.TagClassName
{
border-color: #9DE4C5;
}
</style>