Shades of Mint Green #9BFFB2
Tints of Mint Green #9BFFB2
RGB
CMYK
RGB Variations
Color information
#9BFFB2 (or 0x9BFFB2) is known color: Mint Green. HEX triplet: 9B, FF and B2. RGB value is (155,255,178). Sum of RGB (Red+Green+Blue) = 155+255+178=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFB2 is #64004D. Grayscale: #D8D8D8. Windows color (decimal): -6553678 or 11730843. OLE color: 11730843.
HSL color Cylindrical-coordinate representation of color #9BFFB2: hue angle of 133.8º 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 #9BFFB2 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 178 | - |
| CMYK | 0.39 | 0 | 0.30 | 0 |
| HSL | 133.8º | 1% | 0.8% | - |
| HSV(B) | 133.8º | 0.39% | 1% | - |
| XYZ | 57.31 | 81.7 | 54.87 | - |
| YUV | 216.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 178 | 0.39 | 0 | 0.30 | 0 | 133.8 | 1 | 0.8 |
| Hex | 9B | FF | B2 | 27 | 0 | 1E | 0 | 86 | 64 | 50 |
| Octal | 233 | 377 | 262 | 47 | 0 | 36 | 0 | 206 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10110010 | 100111 | 0 | 11110 | 0 | 10000110 | 1100100 | 1010000 |
Color Harmonies of #9BFFB2
Complementary color
Monochromatic Colors of #9BFFB2
Black with #9BFFB2
Text Example
Text Example
White with #9BFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFB2; }
p { color: rgb(155,255,178); }
H1.HeaderClassName
{
color: #9BFFB2;
}
.AnyTagClassName
{
color: #9BFFB2;
}
</style>
background-color css
<style>
a { background-color: #9BFFB2; }
a { background-color: rgb(155,255,178); }
div.DivClassName
{
background-color: #9BFFB2;
}
.BgClassName
{
background-color: #9BFFB2;
}
</style>
border-color css
<style>
span { border-color: #9BFFB2; }
span { border-color: rgb(155,255,178); }
td.TdClassName
{
border-color: #9BFFB2;
}
.TagClassName
{
border-color: #9BFFB2;
}
</style>