Shades of Tea Green #BEFFB5
Tints of Tea Green #BEFFB5
RGB
CMYK
RGB Variations
Color information
#BEFFB5 (or 0xBEFFB5) is known color: Tea Green. HEX triplet: BE, FF and B5. RGB value is (190,255,181). Sum of RGB (Red+Green+Blue) = 190+255+181=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 181 (71.09% from 255 or 28.91% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFB5 is #41004A. Grayscale: #E3E3E3. Windows color (decimal): -4259915 or 11927486. OLE color: 11927486.
HSL color Cylindrical-coordinate representation of color #BEFFB5: hue angle of 112.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEFFB5 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 181 | - |
| CMYK | 0.25 | 0 | 0.29 | 0 |
| HSL | 112.7º | 1% | 0.85% | - |
| HSV(B) | 112.7º | 0.29% | 1% | - |
| XYZ | 65.34 | 85.8 | 56.83 | - |
| YUV | 227.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 181 | 0.25 | 0 | 0.29 | 0 | 112.7 | 1 | 0.85 |
| Hex | BE | FF | B5 | 19 | 0 | 1D | 0 | 71 | 64 | 55 |
| Octal | 276 | 377 | 265 | 31 | 0 | 35 | 0 | 161 | 144 | 125 |
| Binary | 10111110 | 11111111 | 10110101 | 11001 | 0 | 11101 | 0 | 1110001 | 1100100 | 1010101 |
Color Harmonies of #BEFFB5
Complementary color
Monochromatic Colors of #BEFFB5
Black with #BEFFB5
Text Example
Text Example
White with #BEFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFB5; }
p { color: rgb(190,255,181); }
H1.HeaderClassName
{
color: #BEFFB5;
}
.AnyTagClassName
{
color: #BEFFB5;
}
</style>
background-color css
<style>
a { background-color: #BEFFB5; }
a { background-color: rgb(190,255,181); }
div.DivClassName
{
background-color: #BEFFB5;
}
.BgClassName
{
background-color: #BEFFB5;
}
</style>
border-color css
<style>
span { border-color: #BEFFB5; }
span { border-color: rgb(190,255,181); }
td.TdClassName
{
border-color: #BEFFB5;
}
.TagClassName
{
border-color: #BEFFB5;
}
</style>