Shades of Tea Green #BFFFB8
Tints of Tea Green #BFFFB8
RGB
CMYK
RGB Variations
Color information
#BFFFB8 (or 0xBFFFB8) is known color: Tea Green. HEX triplet: BF, FF and B8. RGB value is (191,255,184). Sum of RGB (Red+Green+Blue) = 191+255+184=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFB8 is #400047. Grayscale: #E3E3E3. Windows color (decimal): -4194376 or 12124095. OLE color: 12124095.
HSL color Cylindrical-coordinate representation of color #BFFFB8: hue angle of 114.08º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFFFB8 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 184 | - |
| CMYK | 0.25 | 0 | 0.28 | 0 |
| HSL | 114.08º | 1% | 0.86% | - |
| HSV(B) | 114.08º | 0.28% | 1% | - |
| XYZ | 65.9 | 86.06 | 58.48 | - |
| YUV | 227.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 184 | 0.25 | 0 | 0.28 | 0 | 114.08 | 1 | 0.86 |
| Hex | BF | FF | B8 | 19 | 0 | 1C | 0 | 72 | 64 | 56 |
| Octal | 277 | 377 | 270 | 31 | 0 | 34 | 0 | 162 | 144 | 126 |
| Binary | 10111111 | 11111111 | 10111000 | 11001 | 0 | 11100 | 0 | 1110010 | 1100100 | 1010110 |
Color Harmonies of #BFFFB8
Complementary color
Monochromatic Colors of #BFFFB8
Black with #BFFFB8
Text Example
Text Example
White with #BFFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFB8; }
p { color: rgb(191,255,184); }
H1.HeaderClassName
{
color: #BFFFB8;
}
.AnyTagClassName
{
color: #BFFFB8;
}
</style>
background-color css
<style>
a { background-color: #BFFFB8; }
a { background-color: rgb(191,255,184); }
div.DivClassName
{
background-color: #BFFFB8;
}
.BgClassName
{
background-color: #BFFFB8;
}
</style>
border-color css
<style>
span { border-color: #BFFFB8; }
span { border-color: rgb(191,255,184); }
td.TdClassName
{
border-color: #BFFFB8;
}
.TagClassName
{
border-color: #BFFFB8;
}
</style>