Shades of Mint Green #9BFFB0
Tints of Mint Green #9BFFB0
RGB
CMYK
RGB Variations
Color information
#9BFFB0 (or 0x9BFFB0) is known color: Mint Green. HEX triplet: 9B, FF and B0. RGB value is (155,255,176). Sum of RGB (Red+Green+Blue) = 155+255+176=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFB0 is #64004F. Grayscale: #D8D8D8. Windows color (decimal): -6553680 or 11599771. OLE color: 11599771.
HSL color Cylindrical-coordinate representation of color #9BFFB0: hue angle of 132.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 #9BFFB0 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 176 | - |
| CMYK | 0.39 | 0 | 0.31 | 0 |
| HSL | 132.6º | 1% | 0.8% | - |
| HSV(B) | 132.6º | 0.39% | 1% | - |
| XYZ | 57.11 | 81.62 | 53.82 | - |
| YUV | 216.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 176 | 0.39 | 0 | 0.31 | 0 | 132.6 | 1 | 0.8 |
| Hex | 9B | FF | B0 | 27 | 0 | 1F | 0 | 85 | 64 | 50 |
| Octal | 233 | 377 | 260 | 47 | 0 | 37 | 0 | 205 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10110000 | 100111 | 0 | 11111 | 0 | 10000101 | 1100100 | 1010000 |
Color Harmonies of #9BFFB0
Complementary color
Monochromatic Colors of #9BFFB0
Black with #9BFFB0
Text Example
Text Example
White with #9BFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFB0; }
p { color: rgb(155,255,176); }
H1.HeaderClassName
{
color: #9BFFB0;
}
.AnyTagClassName
{
color: #9BFFB0;
}
</style>
background-color css
<style>
a { background-color: #9BFFB0; }
a { background-color: rgb(155,255,176); }
div.DivClassName
{
background-color: #9BFFB0;
}
.BgClassName
{
background-color: #9BFFB0;
}
</style>
border-color css
<style>
span { border-color: #9BFFB0; }
span { border-color: rgb(155,255,176); }
td.TdClassName
{
border-color: #9BFFB0;
}
.TagClassName
{
border-color: #9BFFB0;
}
</style>