Shades of Magic Mint #9DFDBE
Tints of Magic Mint #9DFDBE
RGB
CMYK
RGB Variations
Color information
#9DFDBE (or 0x9DFDBE) is known color: Magic Mint. HEX triplet: 9D, FD and BE. RGB value is (157,253,190). Sum of RGB (Red+Green+Blue) = 157+253+190=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDBE is #620241. Grayscale: #D9D9D9. Windows color (decimal): -6423106 or 12516765. OLE color: 12516765.
HSL color Cylindrical-coordinate representation of color #9DFDBE: hue angle of 140.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDBE is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 190 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.01 |
| HSL | 140.63º | 0.96% | 0.8% | - |
| HSV(B) | 140.63º | 0.38% | 0.99% | - |
| XYZ | 58.32 | 81.14 | 61.3 | - |
| YUV | 217.11 | 112.7 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 190 | 0.38 | 0 | 0.25 | 0.01 | 140.63 | 0.96 | 0.8 |
| Hex | 9D | FD | BE | 26 | 0 | 19 | 1 | 8D | 60 | 50 |
| Octal | 235 | 375 | 276 | 46 | 0 | 31 | 1 | 215 | 140 | 120 |
| Binary | 10011101 | 11111101 | 10111110 | 100110 | 0 | 11001 | 1 | 10001101 | 1100000 | 1010000 |
Color Harmonies of #9DFDBE
Complementary color
Monochromatic Colors of #9DFDBE
Black with #9DFDBE
Text Example
Text Example
White with #9DFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDBE; }
p { color: rgb(157,253,190); }
H1.HeaderClassName
{
color: #9DFDBE;
}
.AnyTagClassName
{
color: #9DFDBE;
}
</style>
background-color css
<style>
a { background-color: #9DFDBE; }
a { background-color: rgb(157,253,190); }
div.DivClassName
{
background-color: #9DFDBE;
}
.BgClassName
{
background-color: #9DFDBE;
}
</style>
border-color css
<style>
span { border-color: #9DFDBE; }
span { border-color: rgb(157,253,190); }
td.TdClassName
{
border-color: #9DFDBE;
}
.TagClassName
{
border-color: #9DFDBE;
}
</style>