Shades of Tea Green #BFFFB2
Tints of Tea Green #BFFFB2
RGB
CMYK
RGB Variations
Color information
#BFFFB2 (or 0xBFFFB2) is known color: Tea Green. HEX triplet: BF, FF and B2. RGB value is (191,255,178). Sum of RGB (Red+Green+Blue) = 191+255+178=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFFB2 is #40004D. Grayscale: #E3E3E3. Windows color (decimal): -4194382 or 11730879. OLE color: 11730879.
HSL color Cylindrical-coordinate representation of color #BFFFB2: hue angle of 109.87º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFFB2 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 178 | - |
| CMYK | 0.25 | 0 | 0.30 | 0 |
| HSL | 109.87º | 1% | 0.85% | - |
| HSV(B) | 109.87º | 0.3% | 1% | - |
| XYZ | 65.28 | 85.81 | 55.24 | - |
| YUV | 227.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 178 | 0.25 | 0 | 0.30 | 0 | 109.87 | 1 | 0.85 |
| Hex | BF | FF | B2 | 19 | 0 | 1E | 0 | 6E | 64 | 55 |
| Octal | 277 | 377 | 262 | 31 | 0 | 36 | 0 | 156 | 144 | 125 |
| Binary | 10111111 | 11111111 | 10110010 | 11001 | 0 | 11110 | 0 | 1101110 | 1100100 | 1010101 |
Color Harmonies of #BFFFB2
Complementary color
Monochromatic Colors of #BFFFB2
Black with #BFFFB2
Text Example
Text Example
White with #BFFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFB2; }
p { color: rgb(191,255,178); }
H1.HeaderClassName
{
color: #BFFFB2;
}
.AnyTagClassName
{
color: #BFFFB2;
}
</style>
background-color css
<style>
a { background-color: #BFFFB2; }
a { background-color: rgb(191,255,178); }
div.DivClassName
{
background-color: #BFFFB2;
}
.BgClassName
{
background-color: #BFFFB2;
}
</style>
border-color css
<style>
span { border-color: #BFFFB2; }
span { border-color: rgb(191,255,178); }
td.TdClassName
{
border-color: #BFFFB2;
}
.TagClassName
{
border-color: #BFFFB2;
}
</style>