Shades of Magic Mint #9BFFBE
Tints of Magic Mint #9BFFBE
RGB
CMYK
RGB Variations
Color information
#9BFFBE (or 0x9BFFBE) is known color: Magic Mint. HEX triplet: 9B, FF and BE. RGB value is (155,255,190). Sum of RGB (Red+Green+Blue) = 155+255+190=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFBE is #640041. Grayscale: #D9D9D9. Windows color (decimal): -6553666 or 12517275. OLE color: 12517275.
HSL color Cylindrical-coordinate representation of color #9BFFBE: hue angle of 141º 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 #9BFFBE is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 190 | - |
| CMYK | 0.39 | 0 | 0.25 | 0 |
| HSL | 141º | 1% | 0.8% | - |
| HSV(B) | 141º | 0.39% | 1% | - |
| XYZ | 58.57 | 82.21 | 61.5 | - |
| YUV | 217.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 190 | 0.39 | 0 | 0.25 | 0 | 141 | 1 | 0.8 |
| Hex | 9B | FF | BE | 27 | 0 | 19 | 0 | 8D | 64 | 50 |
| Octal | 233 | 377 | 276 | 47 | 0 | 31 | 0 | 215 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10111110 | 100111 | 0 | 11001 | 0 | 10001101 | 1100100 | 1010000 |
Color Harmonies of #9BFFBE
Complementary color
Monochromatic Colors of #9BFFBE
Black with #9BFFBE
Text Example
Text Example
White with #9BFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFBE; }
p { color: rgb(155,255,190); }
H1.HeaderClassName
{
color: #9BFFBE;
}
.AnyTagClassName
{
color: #9BFFBE;
}
</style>
background-color css
<style>
a { background-color: #9BFFBE; }
a { background-color: rgb(155,255,190); }
div.DivClassName
{
background-color: #9BFFBE;
}
.BgClassName
{
background-color: #9BFFBE;
}
</style>
border-color css
<style>
span { border-color: #9BFFBE; }
span { border-color: rgb(155,255,190); }
td.TdClassName
{
border-color: #9BFFBE;
}
.TagClassName
{
border-color: #9BFFBE;
}
</style>