Shades of Tea Green #BFFBB4
Tints of Tea Green #BFFBB4
RGB
CMYK
RGB Variations
Color information
#BFFBB4 (or 0xBFFBB4) is known color: Tea Green. HEX triplet: BF, FB and B4. RGB value is (191,251,180). Sum of RGB (Red+Green+Blue) = 191+251+180=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBB4 is #40044B. Grayscale: #E1E1E1. Windows color (decimal): -4195404 or 11860927. OLE color: 11860927.
HSL color Cylindrical-coordinate representation of color #BFFBB4: hue angle of 110.7º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFFBB4 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 180 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.02 |
| HSL | 110.7º | 0.9% | 0.85% | - |
| HSV(B) | 110.7º | 0.28% | 0.98% | - |
| XYZ | 64.22 | 83.37 | 55.89 | - |
| YUV | 224.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 180 | 0.24 | 0 | 0.28 | 0.02 | 110.7 | 0.9 | 0.85 |
| Hex | BF | FB | B4 | 18 | 0 | 1C | 2 | 6F | 5A | 55 |
| Octal | 277 | 373 | 264 | 30 | 0 | 34 | 2 | 157 | 132 | 125 |
| Binary | 10111111 | 11111011 | 10110100 | 11000 | 0 | 11100 | 10 | 1101111 | 1011010 | 1010101 |
Color Harmonies of #BFFBB4
Complementary color
Monochromatic Colors of #BFFBB4
Black with #BFFBB4
Text Example
Text Example
White with #BFFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBB4; }
p { color: rgb(191,251,180); }
H1.HeaderClassName
{
color: #BFFBB4;
}
.AnyTagClassName
{
color: #BFFBB4;
}
</style>
background-color css
<style>
a { background-color: #BFFBB4; }
a { background-color: rgb(191,251,180); }
div.DivClassName
{
background-color: #BFFBB4;
}
.BgClassName
{
background-color: #BFFBB4;
}
</style>
border-color css
<style>
span { border-color: #BFFBB4; }
span { border-color: rgb(191,251,180); }
td.TdClassName
{
border-color: #BFFBB4;
}
.TagClassName
{
border-color: #BFFBB4;
}
</style>