Shades of Tea Green #BFFEB8
Tints of Tea Green #BFFEB8
RGB
CMYK
RGB Variations
Color information
#BFFEB8 (or 0xBFFEB8) is known color: Tea Green. HEX triplet: BF, FE and B8. RGB value is (191,254,184). Sum of RGB (Red+Green+Blue) = 191+254+184=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEB8 is #400147. Grayscale: #E3E3E3. Windows color (decimal): -4194632 or 12123839. OLE color: 12123839.
HSL color Cylindrical-coordinate representation of color #BFFEB8: hue angle of 114º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFFEB8 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 184 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.00 |
| HSL | 114º | 0.97% | 0.86% | - |
| HSV(B) | 114º | 0.28% | 1% | - |
| XYZ | 65.58 | 85.42 | 58.38 | - |
| YUV | 227.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 184 | 0.25 | 0 | 0.28 | 0.00 | 114 | 0.97 | 0.86 |
| Hex | BF | FE | B8 | 19 | 0 | 1C | 0 | 72 | 61 | 56 |
| Octal | 277 | 376 | 270 | 31 | 0 | 34 | 0 | 162 | 141 | 126 |
| Binary | 10111111 | 11111110 | 10111000 | 11001 | 0 | 11100 | 0 | 1110010 | 1100001 | 1010110 |
Color Harmonies of #BFFEB8
Complementary color
Monochromatic Colors of #BFFEB8
Black with #BFFEB8
Text Example
Text Example
White with #BFFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEB8; }
p { color: rgb(191,254,184); }
H1.HeaderClassName
{
color: #BFFEB8;
}
.AnyTagClassName
{
color: #BFFEB8;
}
</style>
background-color css
<style>
a { background-color: #BFFEB8; }
a { background-color: rgb(191,254,184); }
div.DivClassName
{
background-color: #BFFEB8;
}
.BgClassName
{
background-color: #BFFEB8;
}
</style>
border-color css
<style>
span { border-color: #BFFEB8; }
span { border-color: rgb(191,254,184); }
td.TdClassName
{
border-color: #BFFEB8;
}
.TagClassName
{
border-color: #BFFEB8;
}
</style>