Shades of Magic Mint #9BFFBF
Tints of Magic Mint #9BFFBF
RGB
CMYK
RGB Variations
Color information
#9BFFBF (or 0x9BFFBF) is known color: Magic Mint. HEX triplet: 9B, FF and BF. RGB value is (155,255,191). Sum of RGB (Red+Green+Blue) = 155+255+191=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFBF is #640040. Grayscale: #D9D9D9. Windows color (decimal): -6553665 or 12582811. OLE color: 12582811.
HSL color Cylindrical-coordinate representation of color #9BFFBF: hue angle of 141.6º 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 #9BFFBF is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 191 | - |
| CMYK | 0.39 | 0 | 0.25 | 0 |
| HSL | 141.6º | 1% | 0.8% | - |
| HSV(B) | 141.6º | 0.39% | 1% | - |
| XYZ | 58.68 | 82.25 | 62.07 | - |
| YUV | 217.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 191 | 0.39 | 0 | 0.25 | 0 | 141.6 | 1 | 0.8 |
| Hex | 9B | FF | BF | 27 | 0 | 19 | 0 | 8E | 64 | 50 |
| Octal | 233 | 377 | 277 | 47 | 0 | 31 | 0 | 216 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10111111 | 100111 | 0 | 11001 | 0 | 10001110 | 1100100 | 1010000 |
Color Harmonies of #9BFFBF
Complementary color
Monochromatic Colors of #9BFFBF
Black with #9BFFBF
Text Example
Text Example
White with #9BFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFBF; }
p { color: rgb(155,255,191); }
H1.HeaderClassName
{
color: #9BFFBF;
}
.AnyTagClassName
{
color: #9BFFBF;
}
</style>
background-color css
<style>
a { background-color: #9BFFBF; }
a { background-color: rgb(155,255,191); }
div.DivClassName
{
background-color: #9BFFBF;
}
.BgClassName
{
background-color: #9BFFBF;
}
</style>
border-color css
<style>
span { border-color: #9BFFBF; }
span { border-color: rgb(155,255,191); }
td.TdClassName
{
border-color: #9BFFBF;
}
.TagClassName
{
border-color: #9BFFBF;
}
</style>