Shades of Magic Mint #9DE1C5
Tints of Magic Mint #9DE1C5
RGB
CMYK
RGB Variations
Color information
#9DE1C5 (or 0x9DE1C5) is known color: Magic Mint. HEX triplet: 9D, E1 and C5. RGB value is (157,225,197). Sum of RGB (Red+Green+Blue) = 157+225+197=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE1C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE1C5 is #621E3A. Grayscale: #C9C9C9. Windows color (decimal): -6430267 or 12968349. OLE color: 12968349.
HSL color Cylindrical-coordinate representation of color #9DE1C5: hue angle of 155.29º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE1C5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 197 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.12 |
| HSL | 155.29º | 0.53% | 0.75% | - |
| HSV(B) | 155.29º | 0.3% | 0.88% | - |
| XYZ | 50.91 | 65.05 | 62.7 | - |
| YUV | 201.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 197 | 0.30 | 0 | 0.12 | 0.12 | 155.29 | 0.53 | 0.75 |
| Hex | 9D | E1 | C5 | 1E | 0 | C | C | 9B | 35 | 4B |
| Octal | 235 | 341 | 305 | 36 | 0 | 14 | 14 | 233 | 65 | 113 |
| Binary | 10011101 | 11100001 | 11000101 | 11110 | 0 | 1100 | 1100 | 10011011 | 110101 | 1001011 |
Color Harmonies of #9DE1C5
Complementary color
Monochromatic Colors of #9DE1C5
Black with #9DE1C5
Text Example
Text Example
White with #9DE1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE1C5; }
p { color: rgb(157,225,197); }
H1.HeaderClassName
{
color: #9DE1C5;
}
.AnyTagClassName
{
color: #9DE1C5;
}
</style>
background-color css
<style>
a { background-color: #9DE1C5; }
a { background-color: rgb(157,225,197); }
div.DivClassName
{
background-color: #9DE1C5;
}
.BgClassName
{
background-color: #9DE1C5;
}
</style>
border-color css
<style>
span { border-color: #9DE1C5; }
span { border-color: rgb(157,225,197); }
td.TdClassName
{
border-color: #9DE1C5;
}
.TagClassName
{
border-color: #9DE1C5;
}
</style>