Shades of Tea Green #BEFFBA
Tints of Tea Green #BEFFBA
RGB
CMYK
RGB Variations
Color information
#BEFFBA (or 0xBEFFBA) is known color: Tea Green. HEX triplet: BE, FF and BA. RGB value is (190,255,186). Sum of RGB (Red+Green+Blue) = 190+255+186=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFBA is #410045. Grayscale: #E3E3E3. Windows color (decimal): -4259910 or 12255166. OLE color: 12255166.
HSL color Cylindrical-coordinate representation of color #BEFFBA: hue angle of 116.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEFFBA is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 186 | - |
| CMYK | 0.25 | 0 | 0.27 | 0 |
| HSL | 116.52º | 1% | 0.86% | - |
| HSV(B) | 116.52º | 0.27% | 1% | - |
| XYZ | 65.86 | 86.01 | 59.59 | - |
| YUV | 227.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 186 | 0.25 | 0 | 0.27 | 0 | 116.52 | 1 | 0.86 |
| Hex | BE | FF | BA | 19 | 0 | 1B | 0 | 75 | 64 | 56 |
| Octal | 276 | 377 | 272 | 31 | 0 | 33 | 0 | 165 | 144 | 126 |
| Binary | 10111110 | 11111111 | 10111010 | 11001 | 0 | 11011 | 0 | 1110101 | 1100100 | 1010110 |
Color Harmonies of #BEFFBA
Complementary color
Monochromatic Colors of #BEFFBA
Black with #BEFFBA
Text Example
Text Example
White with #BEFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFBA; }
p { color: rgb(190,255,186); }
H1.HeaderClassName
{
color: #BEFFBA;
}
.AnyTagClassName
{
color: #BEFFBA;
}
</style>
background-color css
<style>
a { background-color: #BEFFBA; }
a { background-color: rgb(190,255,186); }
div.DivClassName
{
background-color: #BEFFBA;
}
.BgClassName
{
background-color: #BEFFBA;
}
</style>
border-color css
<style>
span { border-color: #BEFFBA; }
span { border-color: rgb(190,255,186); }
td.TdClassName
{
border-color: #BEFFBA;
}
.TagClassName
{
border-color: #BEFFBA;
}
</style>