Shades of Magic Mint #9FFDBC
Tints of Magic Mint #9FFDBC
RGB
CMYK
RGB Variations
Color information
#9FFDBC (or 0x9FFDBC) is known color: Magic Mint. HEX triplet: 9F, FD and BC. RGB value is (159,253,188). Sum of RGB (Red+Green+Blue) = 159+253+188=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDBC is #600243. Grayscale: #D9D9D9. Windows color (decimal): -6292036 or 12385695. OLE color: 12385695.
HSL color Cylindrical-coordinate representation of color #9FFDBC: hue angle of 138.51º 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 #9FFDBC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 188 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.01 |
| HSL | 138.51º | 0.96% | 0.81% | - |
| HSV(B) | 138.51º | 0.37% | 0.99% | - |
| XYZ | 58.5 | 81.25 | 60.18 | - |
| YUV | 217.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 188 | 0.37 | 0 | 0.26 | 0.01 | 138.51 | 0.96 | 0.81 |
| Hex | 9F | FD | BC | 25 | 0 | 1A | 1 | 8B | 60 | 51 |
| Octal | 237 | 375 | 274 | 45 | 0 | 32 | 1 | 213 | 140 | 121 |
| Binary | 10011111 | 11111101 | 10111100 | 100101 | 0 | 11010 | 1 | 10001011 | 1100000 | 1010001 |
Color Harmonies of #9FFDBC
Complementary color
Monochromatic Colors of #9FFDBC
Black with #9FFDBC
Text Example
Text Example
White with #9FFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDBC; }
p { color: rgb(159,253,188); }
H1.HeaderClassName
{
color: #9FFDBC;
}
.AnyTagClassName
{
color: #9FFDBC;
}
</style>
background-color css
<style>
a { background-color: #9FFDBC; }
a { background-color: rgb(159,253,188); }
div.DivClassName
{
background-color: #9FFDBC;
}
.BgClassName
{
background-color: #9FFDBC;
}
</style>
border-color css
<style>
span { border-color: #9FFDBC; }
span { border-color: rgb(159,253,188); }
td.TdClassName
{
border-color: #9FFDBC;
}
.TagClassName
{
border-color: #9FFDBC;
}
</style>