Shades of Magic Mint #9BFFBD
Tints of Magic Mint #9BFFBD
RGB
CMYK
RGB Variations
Color information
#9BFFBD (or 0x9BFFBD) is known color: Magic Mint. HEX triplet: 9B, FF and BD. RGB value is (155,255,189). Sum of RGB (Red+Green+Blue) = 155+255+189=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFBD is #640042. Grayscale: #D9D9D9. Windows color (decimal): -6553667 or 12451739. OLE color: 12451739.
HSL color Cylindrical-coordinate representation of color #9BFFBD: hue angle of 140.4º 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 #9BFFBD is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 189 | - |
| CMYK | 0.39 | 0 | 0.26 | 0 |
| HSL | 140.4º | 1% | 0.8% | - |
| HSV(B) | 140.4º | 0.39% | 1% | - |
| XYZ | 58.46 | 82.16 | 60.92 | - |
| YUV | 217.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 189 | 0.39 | 0 | 0.26 | 0 | 140.4 | 1 | 0.8 |
| Hex | 9B | FF | BD | 27 | 0 | 1A | 0 | 8C | 64 | 50 |
| Octal | 233 | 377 | 275 | 47 | 0 | 32 | 0 | 214 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10111101 | 100111 | 0 | 11010 | 0 | 10001100 | 1100100 | 1010000 |
Color Harmonies of #9BFFBD
Complementary color
Monochromatic Colors of #9BFFBD
Black with #9BFFBD
Text Example
Text Example
White with #9BFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFBD; }
p { color: rgb(155,255,189); }
H1.HeaderClassName
{
color: #9BFFBD;
}
.AnyTagClassName
{
color: #9BFFBD;
}
</style>
background-color css
<style>
a { background-color: #9BFFBD; }
a { background-color: rgb(155,255,189); }
div.DivClassName
{
background-color: #9BFFBD;
}
.BgClassName
{
background-color: #9BFFBD;
}
</style>
border-color css
<style>
span { border-color: #9BFFBD; }
span { border-color: rgb(155,255,189); }
td.TdClassName
{
border-color: #9BFFBD;
}
.TagClassName
{
border-color: #9BFFBD;
}
</style>