Shades of Tea Green #BEFAB9
Tints of Tea Green #BEFAB9
RGB
CMYK
RGB Variations
Color information
#BEFAB9 (or 0xBEFAB9) is known color: Tea Green. HEX triplet: BE, FA and B9. RGB value is (190,250,185). Sum of RGB (Red+Green+Blue) = 190+250+185=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAB9 is #410546. Grayscale: #E0E0E0. Windows color (decimal): -4261191 or 12188350. OLE color: 12188350.
HSL color Cylindrical-coordinate representation of color #BEFAB9: hue angle of 115.38º degrees, saturation: 0.87, 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 #BEFAB9 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 185 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.02 |
| HSL | 115.38º | 0.87% | 0.85% | - |
| HSV(B) | 115.38º | 0.26% | 0.98% | - |
| XYZ | 64.18 | 82.82 | 58.5 | - |
| YUV | 224.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 185 | 0.24 | 0 | 0.26 | 0.02 | 115.38 | 0.87 | 0.85 |
| Hex | BE | FA | B9 | 18 | 0 | 1A | 2 | 73 | 57 | 55 |
| Octal | 276 | 372 | 271 | 30 | 0 | 32 | 2 | 163 | 127 | 125 |
| Binary | 10111110 | 11111010 | 10111001 | 11000 | 0 | 11010 | 10 | 1110011 | 1010111 | 1010101 |
Color Harmonies of #BEFAB9
Complementary color
Monochromatic Colors of #BEFAB9
Black with #BEFAB9
Text Example
Text Example
White with #BEFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAB9; }
p { color: rgb(190,250,185); }
H1.HeaderClassName
{
color: #BEFAB9;
}
.AnyTagClassName
{
color: #BEFAB9;
}
</style>
background-color css
<style>
a { background-color: #BEFAB9; }
a { background-color: rgb(190,250,185); }
div.DivClassName
{
background-color: #BEFAB9;
}
.BgClassName
{
background-color: #BEFAB9;
}
</style>
border-color css
<style>
span { border-color: #BEFAB9; }
span { border-color: rgb(190,250,185); }
td.TdClassName
{
border-color: #BEFAB9;
}
.TagClassName
{
border-color: #BEFAB9;
}
</style>