Shades of Tea Green #BFF5B9
Tints of Tea Green #BFF5B9
RGB
CMYK
RGB Variations
Color information
#BFF5B9 (or 0xBFF5B9) is known color: Tea Green. HEX triplet: BF, F5 and B9. RGB value is (191,245,185). Sum of RGB (Red+Green+Blue) = 191+245+185=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5B9 is #400A46. Grayscale: #DEDEDE. Windows color (decimal): -4196935 or 12187071. OLE color: 12187071.
HSL color Cylindrical-coordinate representation of color #BFF5B9: hue angle of 114º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF5B9 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 185 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.04 |
| HSL | 114º | 0.75% | 0.84% | - |
| HSV(B) | 114º | 0.24% | 0.96% | - |
| XYZ | 62.9 | 79.88 | 58 | - |
| YUV | 222.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 185 | 0.22 | 0 | 0.24 | 0.04 | 114 | 0.75 | 0.84 |
| Hex | BF | F5 | B9 | 16 | 0 | 18 | 4 | 72 | 4B | 54 |
| Octal | 277 | 365 | 271 | 26 | 0 | 30 | 4 | 162 | 113 | 124 |
| Binary | 10111111 | 11110101 | 10111001 | 10110 | 0 | 11000 | 100 | 1110010 | 1001011 | 1010100 |
Color Harmonies of #BFF5B9
Complementary color
Monochromatic Colors of #BFF5B9
Black with #BFF5B9
Text Example
Text Example
White with #BFF5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5B9; }
p { color: rgb(191,245,185); }
H1.HeaderClassName
{
color: #BFF5B9;
}
.AnyTagClassName
{
color: #BFF5B9;
}
</style>
background-color css
<style>
a { background-color: #BFF5B9; }
a { background-color: rgb(191,245,185); }
div.DivClassName
{
background-color: #BFF5B9;
}
.BgClassName
{
background-color: #BFF5B9;
}
</style>
border-color css
<style>
span { border-color: #BFF5B9; }
span { border-color: rgb(191,245,185); }
td.TdClassName
{
border-color: #BFF5B9;
}
.TagClassName
{
border-color: #BFF5B9;
}
</style>