Shades of Tea Green #BEFBB4
Tints of Tea Green #BEFBB4
RGB
CMYK
RGB Variations
Color information
#BEFBB4 (or 0xBEFBB4) is known color: Tea Green. HEX triplet: BE, FB and B4. RGB value is (190,251,180). Sum of RGB (Red+Green+Blue) = 190+251+180=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBB4 is #41044B. Grayscale: #E0E0E0. Windows color (decimal): -4260940 or 11860926. OLE color: 11860926.
HSL color Cylindrical-coordinate representation of color #BEFBB4: hue angle of 111.55º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEFBB4 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 180 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.02 |
| HSL | 111.55º | 0.9% | 0.85% | - |
| HSV(B) | 111.55º | 0.28% | 0.98% | - |
| XYZ | 63.97 | 83.24 | 55.87 | - |
| YUV | 224.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 180 | 0.24 | 0 | 0.28 | 0.02 | 111.55 | 0.9 | 0.85 |
| Hex | BE | FB | B4 | 18 | 0 | 1C | 2 | 70 | 5A | 55 |
| Octal | 276 | 373 | 264 | 30 | 0 | 34 | 2 | 160 | 132 | 125 |
| Binary | 10111110 | 11111011 | 10110100 | 11000 | 0 | 11100 | 10 | 1110000 | 1011010 | 1010101 |
Color Harmonies of #BEFBB4
Complementary color
Monochromatic Colors of #BEFBB4
Black with #BEFBB4
Text Example
Text Example
White with #BEFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFBB4; }
p { color: rgb(190,251,180); }
H1.HeaderClassName
{
color: #BEFBB4;
}
.AnyTagClassName
{
color: #BEFBB4;
}
</style>
background-color css
<style>
a { background-color: #BEFBB4; }
a { background-color: rgb(190,251,180); }
div.DivClassName
{
background-color: #BEFBB4;
}
.BgClassName
{
background-color: #BEFBB4;
}
</style>
border-color css
<style>
span { border-color: #BEFBB4; }
span { border-color: rgb(190,251,180); }
td.TdClassName
{
border-color: #BEFBB4;
}
.TagClassName
{
border-color: #BEFBB4;
}
</style>