Shades of Mint Green #9BFFB3
Tints of Mint Green #9BFFB3
RGB
CMYK
RGB Variations
Color information
#9BFFB3 (or 0x9BFFB3) is known color: Mint Green. HEX triplet: 9B, FF and B3. RGB value is (155,255,179). Sum of RGB (Red+Green+Blue) = 155+255+179=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFB3 is #64004C. Grayscale: #D8D8D8. Windows color (decimal): -6553677 or 11796379. OLE color: 11796379.
HSL color Cylindrical-coordinate representation of color #9BFFB3: hue angle of 134.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 #9BFFB3 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 179 | - |
| CMYK | 0.39 | 0 | 0.30 | 0 |
| HSL | 134.4º | 1% | 0.8% | - |
| HSV(B) | 134.4º | 0.39% | 1% | - |
| XYZ | 57.41 | 81.74 | 55.4 | - |
| YUV | 216.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 179 | 0.39 | 0 | 0.30 | 0 | 134.4 | 1 | 0.8 |
| Hex | 9B | FF | B3 | 27 | 0 | 1E | 0 | 86 | 64 | 50 |
| Octal | 233 | 377 | 263 | 47 | 0 | 36 | 0 | 206 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10110011 | 100111 | 0 | 11110 | 0 | 10000110 | 1100100 | 1010000 |
Color Harmonies of #9BFFB3
Complementary color
Monochromatic Colors of #9BFFB3
Black with #9BFFB3
Text Example
Text Example
White with #9BFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFB3; }
p { color: rgb(155,255,179); }
H1.HeaderClassName
{
color: #9BFFB3;
}
.AnyTagClassName
{
color: #9BFFB3;
}
</style>
background-color css
<style>
a { background-color: #9BFFB3; }
a { background-color: rgb(155,255,179); }
div.DivClassName
{
background-color: #9BFFB3;
}
.BgClassName
{
background-color: #9BFFB3;
}
</style>
border-color css
<style>
span { border-color: #9BFFB3; }
span { border-color: rgb(155,255,179); }
td.TdClassName
{
border-color: #9BFFB3;
}
.TagClassName
{
border-color: #9BFFB3;
}
</style>