Shades of Magic Mint #9BFFB9
Tints of Magic Mint #9BFFB9
RGB
CMYK
RGB Variations
Color information
#9BFFB9 (or 0x9BFFB9) is known color: Magic Mint. HEX triplet: 9B, FF and B9. RGB value is (155,255,185). Sum of RGB (Red+Green+Blue) = 155+255+185=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFB9 is #640046. Grayscale: #D9D9D9. Windows color (decimal): -6553671 or 12189595. OLE color: 12189595.
HSL color Cylindrical-coordinate representation of color #9BFFB9: hue angle of 138º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFB9 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 185 | - |
| CMYK | 0.39 | 0 | 0.27 | 0 |
| HSL | 138º | 1% | 0.8% | - |
| HSV(B) | 138º | 0.39% | 1% | - |
| XYZ | 58.03 | 81.99 | 58.67 | - |
| YUV | 217.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 185 | 0.39 | 0 | 0.27 | 0 | 138 | 1 | 0.8 |
| Hex | 9B | FF | B9 | 27 | 0 | 1B | 0 | 8A | 64 | 50 |
| Octal | 233 | 377 | 271 | 47 | 0 | 33 | 0 | 212 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10111001 | 100111 | 0 | 11011 | 0 | 10001010 | 1100100 | 1010000 |
Color Harmonies of #9BFFB9
Complementary color
Monochromatic Colors of #9BFFB9
Black with #9BFFB9
Text Example
Text Example
White with #9BFFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFB9; }
p { color: rgb(155,255,185); }
H1.HeaderClassName
{
color: #9BFFB9;
}
.AnyTagClassName
{
color: #9BFFB9;
}
</style>
background-color css
<style>
a { background-color: #9BFFB9; }
a { background-color: rgb(155,255,185); }
div.DivClassName
{
background-color: #9BFFB9;
}
.BgClassName
{
background-color: #9BFFB9;
}
</style>
border-color css
<style>
span { border-color: #9BFFB9; }
span { border-color: rgb(155,255,185); }
td.TdClassName
{
border-color: #9BFFB9;
}
.TagClassName
{
border-color: #9BFFB9;
}
</style>