Shades of Magic Mint #9FFDBB
Tints of Magic Mint #9FFDBB
RGB
CMYK
RGB Variations
Color information
#9FFDBB (or 0x9FFDBB) is known color: Magic Mint. HEX triplet: 9F, FD and BB. RGB value is (159,253,187). Sum of RGB (Red+Green+Blue) = 159+253+187=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFDBB is #600244. Grayscale: #D9D9D9. Windows color (decimal): -6292037 or 12320159. OLE color: 12320159.
HSL color Cylindrical-coordinate representation of color #9FFDBB: hue angle of 137.87º 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 #9FFDBB is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 187 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.01 |
| HSL | 137.87º | 0.96% | 0.81% | - |
| HSV(B) | 137.87º | 0.37% | 0.99% | - |
| XYZ | 58.39 | 81.21 | 59.61 | - |
| YUV | 217.37 | 110.86 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 187 | 0.37 | 0 | 0.26 | 0.01 | 137.87 | 0.96 | 0.81 |
| Hex | 9F | FD | BB | 25 | 0 | 1A | 1 | 8A | 60 | 51 |
| Octal | 237 | 375 | 273 | 45 | 0 | 32 | 1 | 212 | 140 | 121 |
| Binary | 10011111 | 11111101 | 10111011 | 100101 | 0 | 11010 | 1 | 10001010 | 1100000 | 1010001 |
Color Harmonies of #9FFDBB
Complementary color
Monochromatic Colors of #9FFDBB
Black with #9FFDBB
Text Example
Text Example
White with #9FFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDBB; }
p { color: rgb(159,253,187); }
H1.HeaderClassName
{
color: #9FFDBB;
}
.AnyTagClassName
{
color: #9FFDBB;
}
</style>
background-color css
<style>
a { background-color: #9FFDBB; }
a { background-color: rgb(159,253,187); }
div.DivClassName
{
background-color: #9FFDBB;
}
.BgClassName
{
background-color: #9FFDBB;
}
</style>
border-color css
<style>
span { border-color: #9FFDBB; }
span { border-color: rgb(159,253,187); }
td.TdClassName
{
border-color: #9FFDBB;
}
.TagClassName
{
border-color: #9FFDBB;
}
</style>