Shades of Tea Green #BFFDB1
Tints of Tea Green #BFFDB1
RGB
CMYK
RGB Variations
Color information
#BFFDB1 (or 0xBFFDB1) is known color: Tea Green. HEX triplet: BF, FD and B1. RGB value is (191,253,177). Sum of RGB (Red+Green+Blue) = 191+253+177=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFDB1 is #40024E. Grayscale: #E2E2E2. Windows color (decimal): -4194895 or 11664831. OLE color: 11664831.
HSL color Cylindrical-coordinate representation of color #BFFDB1: hue angle of 108.95º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFDB1 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 177 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.01 |
| HSL | 108.95º | 0.95% | 0.84% | - |
| HSV(B) | 108.95º | 0.3% | 0.99% | - |
| XYZ | 64.55 | 84.5 | 54.5 | - |
| YUV | 225.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 177 | 0.25 | 0 | 0.30 | 0.01 | 108.95 | 0.95 | 0.84 |
| Hex | BF | FD | B1 | 19 | 0 | 1E | 1 | 6D | 5F | 54 |
| Octal | 277 | 375 | 261 | 31 | 0 | 36 | 1 | 155 | 137 | 124 |
| Binary | 10111111 | 11111101 | 10110001 | 11001 | 0 | 11110 | 1 | 1101101 | 1011111 | 1010100 |
Color Harmonies of #BFFDB1
Complementary color
Monochromatic Colors of #BFFDB1
Black with #BFFDB1
Text Example
Text Example
White with #BFFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDB1; }
p { color: rgb(191,253,177); }
H1.HeaderClassName
{
color: #BFFDB1;
}
.AnyTagClassName
{
color: #BFFDB1;
}
</style>
background-color css
<style>
a { background-color: #BFFDB1; }
a { background-color: rgb(191,253,177); }
div.DivClassName
{
background-color: #BFFDB1;
}
.BgClassName
{
background-color: #BFFDB1;
}
</style>
border-color css
<style>
span { border-color: #BFFDB1; }
span { border-color: rgb(191,253,177); }
td.TdClassName
{
border-color: #BFFDB1;
}
.TagClassName
{
border-color: #BFFDB1;
}
</style>