Shades of Mint Green #9BFFB4
Tints of Mint Green #9BFFB4
RGB
CMYK
RGB Variations
Color information
#9BFFB4 (or 0x9BFFB4) is known color: Mint Green. HEX triplet: 9B, FF and B4. RGB value is (155,255,180). Sum of RGB (Red+Green+Blue) = 155+255+180=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFB4 is #64004B. Grayscale: #D8D8D8. Windows color (decimal): -6553676 or 11861915. OLE color: 11861915.
HSL color Cylindrical-coordinate representation of color #9BFFB4: hue angle of 135º 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 #9BFFB4 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 180 | - |
| CMYK | 0.39 | 0 | 0.29 | 0 |
| HSL | 135º | 1% | 0.8% | - |
| HSV(B) | 135º | 0.39% | 1% | - |
| XYZ | 57.52 | 81.78 | 55.93 | - |
| YUV | 216.55 | 107.37 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 180 | 0.39 | 0 | 0.29 | 0 | 135 | 1 | 0.8 |
| Hex | 9B | FF | B4 | 27 | 0 | 1D | 0 | 87 | 64 | 50 |
| Octal | 233 | 377 | 264 | 47 | 0 | 35 | 0 | 207 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10110100 | 100111 | 0 | 11101 | 0 | 10000111 | 1100100 | 1010000 |
Color Harmonies of #9BFFB4
Complementary color
Monochromatic Colors of #9BFFB4
Black with #9BFFB4
Text Example
Text Example
White with #9BFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFB4; }
p { color: rgb(155,255,180); }
H1.HeaderClassName
{
color: #9BFFB4;
}
.AnyTagClassName
{
color: #9BFFB4;
}
</style>
background-color css
<style>
a { background-color: #9BFFB4; }
a { background-color: rgb(155,255,180); }
div.DivClassName
{
background-color: #9BFFB4;
}
.BgClassName
{
background-color: #9BFFB4;
}
</style>
border-color css
<style>
span { border-color: #9BFFB4; }
span { border-color: rgb(155,255,180); }
td.TdClassName
{
border-color: #9BFFB4;
}
.TagClassName
{
border-color: #9BFFB4;
}
</style>