Shades of Magic Mint #9FFDBA
Tints of Magic Mint #9FFDBA
RGB
CMYK
RGB Variations
Color information
#9FFDBA (or 0x9FFDBA) is known color: Magic Mint. HEX triplet: 9F, FD and BA. RGB value is (159,253,186). Sum of RGB (Red+Green+Blue) = 159+253+186=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDBA is #600245. Grayscale: #D9D9D9. Windows color (decimal): -6292038 or 12254623. OLE color: 12254623.
HSL color Cylindrical-coordinate representation of color #9FFDBA: hue angle of 137.23º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDBA is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 186 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.01 |
| HSL | 137.23º | 0.96% | 0.81% | - |
| HSV(B) | 137.23º | 0.37% | 0.99% | - |
| XYZ | 58.29 | 81.17 | 59.05 | - |
| YUV | 217.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 186 | 0.37 | 0 | 0.26 | 0.01 | 137.23 | 0.96 | 0.81 |
| Hex | 9F | FD | BA | 25 | 0 | 1A | 1 | 89 | 60 | 51 |
| Octal | 237 | 375 | 272 | 45 | 0 | 32 | 1 | 211 | 140 | 121 |
| Binary | 10011111 | 11111101 | 10111010 | 100101 | 0 | 11010 | 1 | 10001001 | 1100000 | 1010001 |
Color Harmonies of #9FFDBA
Complementary color
Monochromatic Colors of #9FFDBA
Black with #9FFDBA
Text Example
Text Example
White with #9FFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDBA; }
p { color: rgb(159,253,186); }
H1.HeaderClassName
{
color: #9FFDBA;
}
.AnyTagClassName
{
color: #9FFDBA;
}
</style>
background-color css
<style>
a { background-color: #9FFDBA; }
a { background-color: rgb(159,253,186); }
div.DivClassName
{
background-color: #9FFDBA;
}
.BgClassName
{
background-color: #9FFDBA;
}
</style>
border-color css
<style>
span { border-color: #9FFDBA; }
span { border-color: rgb(159,253,186); }
td.TdClassName
{
border-color: #9FFDBA;
}
.TagClassName
{
border-color: #9FFDBA;
}
</style>