Shades of Tea Green #BFFFB6
Tints of Tea Green #BFFFB6
RGB
CMYK
RGB Variations
Color information
#BFFFB6 (or 0xBFFFB6) is known color: Tea Green. HEX triplet: BF, FF and B6. RGB value is (191,255,182). Sum of RGB (Red+Green+Blue) = 191+255+182=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFB6 is #400049. Grayscale: #E3E3E3. Windows color (decimal): -4194378 or 11993023. OLE color: 11993023.
HSL color Cylindrical-coordinate representation of color #BFFFB6: hue angle of 112.6º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFFFB6 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 182 | - |
| CMYK | 0.25 | 0 | 0.29 | 0 |
| HSL | 112.6º | 1% | 0.86% | - |
| HSV(B) | 112.6º | 0.29% | 1% | - |
| XYZ | 65.69 | 85.97 | 57.39 | - |
| YUV | 227.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 182 | 0.25 | 0 | 0.29 | 0 | 112.6 | 1 | 0.86 |
| Hex | BF | FF | B6 | 19 | 0 | 1D | 0 | 71 | 64 | 56 |
| Octal | 277 | 377 | 266 | 31 | 0 | 35 | 0 | 161 | 144 | 126 |
| Binary | 10111111 | 11111111 | 10110110 | 11001 | 0 | 11101 | 0 | 1110001 | 1100100 | 1010110 |
Color Harmonies of #BFFFB6
Complementary color
Monochromatic Colors of #BFFFB6
Black with #BFFFB6
Text Example
Text Example
White with #BFFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFB6; }
p { color: rgb(191,255,182); }
H1.HeaderClassName
{
color: #BFFFB6;
}
.AnyTagClassName
{
color: #BFFFB6;
}
</style>
background-color css
<style>
a { background-color: #BFFFB6; }
a { background-color: rgb(191,255,182); }
div.DivClassName
{
background-color: #BFFFB6;
}
.BgClassName
{
background-color: #BFFFB6;
}
</style>
border-color css
<style>
span { border-color: #BFFFB6; }
span { border-color: rgb(191,255,182); }
td.TdClassName
{
border-color: #BFFFB6;
}
.TagClassName
{
border-color: #BFFFB6;
}
</style>