Shades of Tea Green #BEFABA
Tints of Tea Green #BEFABA
RGB
CMYK
RGB Variations
Color information
#BEFABA (or 0xBEFABA) is known color: Tea Green. HEX triplet: BE, FA and BA. RGB value is (190,250,186). Sum of RGB (Red+Green+Blue) = 190+250+186=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFABA is #410545. Grayscale: #E0E0E0. Windows color (decimal): -4261190 or 12253886. OLE color: 12253886.
HSL color Cylindrical-coordinate representation of color #BEFABA: hue angle of 116.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEFABA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 186 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.02 |
| HSL | 116.25º | 0.86% | 0.85% | - |
| HSV(B) | 116.25º | 0.26% | 0.98% | - |
| XYZ | 64.28 | 82.86 | 59.06 | - |
| YUV | 224.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 186 | 0.24 | 0 | 0.26 | 0.02 | 116.25 | 0.86 | 0.85 |
| Hex | BE | FA | BA | 18 | 0 | 1A | 2 | 74 | 56 | 55 |
| Octal | 276 | 372 | 272 | 30 | 0 | 32 | 2 | 164 | 126 | 125 |
| Binary | 10111110 | 11111010 | 10111010 | 11000 | 0 | 11010 | 10 | 1110100 | 1010110 | 1010101 |
Color Harmonies of #BEFABA
Complementary color
Monochromatic Colors of #BEFABA
Black with #BEFABA
Text Example
Text Example
White with #BEFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFABA; }
p { color: rgb(190,250,186); }
H1.HeaderClassName
{
color: #BEFABA;
}
.AnyTagClassName
{
color: #BEFABA;
}
</style>
background-color css
<style>
a { background-color: #BEFABA; }
a { background-color: rgb(190,250,186); }
div.DivClassName
{
background-color: #BEFABA;
}
.BgClassName
{
background-color: #BEFABA;
}
</style>
border-color css
<style>
span { border-color: #BEFABA; }
span { border-color: rgb(190,250,186); }
td.TdClassName
{
border-color: #BEFABA;
}
.TagClassName
{
border-color: #BEFABA;
}
</style>