Shades of Tea Green #BFF2BA
Tints of Tea Green #BFF2BA
RGB
CMYK
RGB Variations
Color information
#BFF2BA (or 0xBFF2BA) is known color: Tea Green. HEX triplet: BF, F2 and BA. RGB value is (191,242,186). Sum of RGB (Red+Green+Blue) = 191+242+186=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2BA is #400D45. Grayscale: #DCDCDC. Windows color (decimal): -4197702 or 12251839. OLE color: 12251839.
HSL color Cylindrical-coordinate representation of color #BFF2BA: hue angle of 114.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF2BA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 186 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.05 |
| HSL | 114.64º | 0.68% | 0.84% | - |
| HSV(B) | 114.64º | 0.23% | 0.95% | - |
| XYZ | 62.1 | 78.13 | 58.26 | - |
| YUV | 220.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 186 | 0.21 | 0 | 0.23 | 0.05 | 114.64 | 0.68 | 0.84 |
| Hex | BF | F2 | BA | 15 | 0 | 17 | 5 | 73 | 44 | 54 |
| Octal | 277 | 362 | 272 | 25 | 0 | 27 | 5 | 163 | 104 | 124 |
| Binary | 10111111 | 11110010 | 10111010 | 10101 | 0 | 10111 | 101 | 1110011 | 1000100 | 1010100 |
Color Harmonies of #BFF2BA
Complementary color
Monochromatic Colors of #BFF2BA
Black with #BFF2BA
Text Example
Text Example
White with #BFF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2BA; }
p { color: rgb(191,242,186); }
H1.HeaderClassName
{
color: #BFF2BA;
}
.AnyTagClassName
{
color: #BFF2BA;
}
</style>
background-color css
<style>
a { background-color: #BFF2BA; }
a { background-color: rgb(191,242,186); }
div.DivClassName
{
background-color: #BFF2BA;
}
.BgClassName
{
background-color: #BFF2BA;
}
</style>
border-color css
<style>
span { border-color: #BFF2BA; }
span { border-color: rgb(191,242,186); }
td.TdClassName
{
border-color: #BFF2BA;
}
.TagClassName
{
border-color: #BFF2BA;
}
</style>