Shades of Tea Green #BFFDB6
Tints of Tea Green #BFFDB6
RGB
CMYK
RGB Variations
Color information
#BFFDB6 (or 0xBFFDB6) is known color: Tea Green. HEX triplet: BF, FD and B6. RGB value is (191,253,182). Sum of RGB (Red+Green+Blue) = 191+253+182=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDB6 is #400249. Grayscale: #E2E2E2. Windows color (decimal): -4194890 or 11992511. OLE color: 11992511.
HSL color Cylindrical-coordinate representation of color #BFFDB6: hue angle of 112.39º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFFDB6 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 182 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.01 |
| HSL | 112.39º | 0.95% | 0.85% | - |
| HSV(B) | 112.39º | 0.28% | 0.99% | - |
| XYZ | 65.05 | 84.7 | 57.18 | - |
| YUV | 226.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 182 | 0.25 | 0 | 0.28 | 0.01 | 112.39 | 0.95 | 0.85 |
| Hex | BF | FD | B6 | 19 | 0 | 1C | 1 | 70 | 5F | 55 |
| Octal | 277 | 375 | 266 | 31 | 0 | 34 | 1 | 160 | 137 | 125 |
| Binary | 10111111 | 11111101 | 10110110 | 11001 | 0 | 11100 | 1 | 1110000 | 1011111 | 1010101 |
Color Harmonies of #BFFDB6
Complementary color
Monochromatic Colors of #BFFDB6
Black with #BFFDB6
Text Example
Text Example
White with #BFFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDB6; }
p { color: rgb(191,253,182); }
H1.HeaderClassName
{
color: #BFFDB6;
}
.AnyTagClassName
{
color: #BFFDB6;
}
</style>
background-color css
<style>
a { background-color: #BFFDB6; }
a { background-color: rgb(191,253,182); }
div.DivClassName
{
background-color: #BFFDB6;
}
.BgClassName
{
background-color: #BFFDB6;
}
</style>
border-color css
<style>
span { border-color: #BFFDB6; }
span { border-color: rgb(191,253,182); }
td.TdClassName
{
border-color: #BFFDB6;
}
.TagClassName
{
border-color: #BFFDB6;
}
</style>