Shades of Tea Green #BFFFB1
Tints of Tea Green #BFFFB1
RGB
CMYK
RGB Variations
Color information
#BFFFB1 (or 0xBFFFB1) is known color: Tea Green. HEX triplet: BF, FF and B1. RGB value is (191,255,177). Sum of RGB (Red+Green+Blue) = 191+255+177=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFB1 is #40004E. Grayscale: #E3E3E3. Windows color (decimal): -4194383 or 11665343. OLE color: 11665343.
HSL color Cylindrical-coordinate representation of color #BFFFB1: hue angle of 109.23º 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 #BFFFB1 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 177 | - |
| CMYK | 0.25 | 0 | 0.31 | 0 |
| HSL | 109.23º | 1% | 0.85% | - |
| HSV(B) | 109.23º | 0.31% | 1% | - |
| XYZ | 65.18 | 85.77 | 54.71 | - |
| YUV | 226.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 177 | 0.25 | 0 | 0.31 | 0 | 109.23 | 1 | 0.85 |
| Hex | BF | FF | B1 | 19 | 0 | 1F | 0 | 6D | 64 | 55 |
| Octal | 277 | 377 | 261 | 31 | 0 | 37 | 0 | 155 | 144 | 125 |
| Binary | 10111111 | 11111111 | 10110001 | 11001 | 0 | 11111 | 0 | 1101101 | 1100100 | 1010101 |
Color Harmonies of #BFFFB1
Complementary color
Monochromatic Colors of #BFFFB1
Black with #BFFFB1
Text Example
Text Example
White with #BFFFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFB1; }
p { color: rgb(191,255,177); }
H1.HeaderClassName
{
color: #BFFFB1;
}
.AnyTagClassName
{
color: #BFFFB1;
}
</style>
background-color css
<style>
a { background-color: #BFFFB1; }
a { background-color: rgb(191,255,177); }
div.DivClassName
{
background-color: #BFFFB1;
}
.BgClassName
{
background-color: #BFFFB1;
}
</style>
border-color css
<style>
span { border-color: #BFFFB1; }
span { border-color: rgb(191,255,177); }
td.TdClassName
{
border-color: #BFFFB1;
}
.TagClassName
{
border-color: #BFFFB1;
}
</style>