Shades of Tea Green #BEFCBA
Tints of Tea Green #BEFCBA
RGB
CMYK
RGB Variations
Color information
#BEFCBA (or 0xBEFCBA) is known color: Tea Green. HEX triplet: BE, FC and BA. RGB value is (190,252,186). Sum of RGB (Red+Green+Blue) = 190+252+186=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCBA is #410345. Grayscale: #E2E2E2. Windows color (decimal): -4260678 or 12254398. OLE color: 12254398.
HSL color Cylindrical-coordinate representation of color #BEFCBA: hue angle of 116.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEFCBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 186 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.01 |
| HSL | 116.36º | 0.92% | 0.86% | - |
| HSV(B) | 116.36º | 0.26% | 0.99% | - |
| XYZ | 64.91 | 84.11 | 59.27 | - |
| YUV | 225.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 186 | 0.25 | 0 | 0.26 | 0.01 | 116.36 | 0.92 | 0.86 |
| Hex | BE | FC | BA | 19 | 0 | 1A | 1 | 74 | 5C | 56 |
| Octal | 276 | 374 | 272 | 31 | 0 | 32 | 1 | 164 | 134 | 126 |
| Binary | 10111110 | 11111100 | 10111010 | 11001 | 0 | 11010 | 1 | 1110100 | 1011100 | 1010110 |
Color Harmonies of #BEFCBA
Complementary color
Monochromatic Colors of #BEFCBA
Black with #BEFCBA
Text Example
Text Example
White with #BEFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCBA; }
p { color: rgb(190,252,186); }
H1.HeaderClassName
{
color: #BEFCBA;
}
.AnyTagClassName
{
color: #BEFCBA;
}
</style>
background-color css
<style>
a { background-color: #BEFCBA; }
a { background-color: rgb(190,252,186); }
div.DivClassName
{
background-color: #BEFCBA;
}
.BgClassName
{
background-color: #BEFCBA;
}
</style>
border-color css
<style>
span { border-color: #BEFCBA; }
span { border-color: rgb(190,252,186); }
td.TdClassName
{
border-color: #BEFCBA;
}
.TagClassName
{
border-color: #BEFCBA;
}
</style>