Shades of Tea Green #BFFFB0
Tints of Tea Green #BFFFB0
RGB
CMYK
RGB Variations
Color information
#BFFFB0 (or 0xBFFFB0) is known color: Tea Green. HEX triplet: BF, FF and B0. RGB value is (191,255,176). Sum of RGB (Red+Green+Blue) = 191+255+176=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFB0 is #40004F. Grayscale: #E3E3E3. Windows color (decimal): -4194384 or 11599807. OLE color: 11599807.
HSL color Cylindrical-coordinate representation of color #BFFFB0: hue angle of 108.61º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFFFB0 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 176 | - |
| CMYK | 0.25 | 0 | 0.31 | 0 |
| HSL | 108.61º | 1% | 0.85% | - |
| HSV(B) | 108.61º | 0.31% | 1% | - |
| XYZ | 65.08 | 85.73 | 54.19 | - |
| YUV | 226.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 176 | 0.25 | 0 | 0.31 | 0 | 108.61 | 1 | 0.85 |
| Hex | BF | FF | B0 | 19 | 0 | 1F | 0 | 6D | 64 | 55 |
| Octal | 277 | 377 | 260 | 31 | 0 | 37 | 0 | 155 | 144 | 125 |
| Binary | 10111111 | 11111111 | 10110000 | 11001 | 0 | 11111 | 0 | 1101101 | 1100100 | 1010101 |
Color Harmonies of #BFFFB0
Complementary color
Monochromatic Colors of #BFFFB0
Black with #BFFFB0
Text Example
Text Example
White with #BFFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFB0; }
p { color: rgb(191,255,176); }
H1.HeaderClassName
{
color: #BFFFB0;
}
.AnyTagClassName
{
color: #BFFFB0;
}
</style>
background-color css
<style>
a { background-color: #BFFFB0; }
a { background-color: rgb(191,255,176); }
div.DivClassName
{
background-color: #BFFFB0;
}
.BgClassName
{
background-color: #BFFFB0;
}
</style>
border-color css
<style>
span { border-color: #BFFFB0; }
span { border-color: rgb(191,255,176); }
td.TdClassName
{
border-color: #BFFFB0;
}
.TagClassName
{
border-color: #BFFFB0;
}
</style>