Shades of Tea Green #BFF8BA
Tints of Tea Green #BFF8BA
RGB
CMYK
RGB Variations
Color information
#BFF8BA (or 0xBFF8BA) is known color: Tea Green. HEX triplet: BF, F8 and BA. RGB value is (191,248,186). Sum of RGB (Red+Green+Blue) = 191+248+186=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8BA is #400745. Grayscale: #E0E0E0. Windows color (decimal): -4196166 or 12253375. OLE color: 12253375.
HSL color Cylindrical-coordinate representation of color #BFF8BA: hue angle of 115.16º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF8BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 186 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.03 |
| HSL | 115.16º | 0.82% | 0.85% | - |
| HSV(B) | 115.16º | 0.25% | 0.97% | - |
| XYZ | 63.92 | 81.76 | 58.87 | - |
| YUV | 223.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 186 | 0.23 | 0 | 0.25 | 0.03 | 115.16 | 0.82 | 0.85 |
| Hex | BF | F8 | BA | 17 | 0 | 19 | 3 | 73 | 52 | 55 |
| Octal | 277 | 370 | 272 | 27 | 0 | 31 | 3 | 163 | 122 | 125 |
| Binary | 10111111 | 11111000 | 10111010 | 10111 | 0 | 11001 | 11 | 1110011 | 1010010 | 1010101 |
Color Harmonies of #BFF8BA
Complementary color
Monochromatic Colors of #BFF8BA
Black with #BFF8BA
Text Example
Text Example
White with #BFF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8BA; }
p { color: rgb(191,248,186); }
H1.HeaderClassName
{
color: #BFF8BA;
}
.AnyTagClassName
{
color: #BFF8BA;
}
</style>
background-color css
<style>
a { background-color: #BFF8BA; }
a { background-color: rgb(191,248,186); }
div.DivClassName
{
background-color: #BFF8BA;
}
.BgClassName
{
background-color: #BFF8BA;
}
</style>
border-color css
<style>
span { border-color: #BFF8BA; }
span { border-color: rgb(191,248,186); }
td.TdClassName
{
border-color: #BFF8BA;
}
.TagClassName
{
border-color: #BFF8BA;
}
</style>