Shades of Tea Green #BEFDBB
Tints of Tea Green #BEFDBB
RGB
CMYK
RGB Variations
Color information
#BEFDBB (or 0xBEFDBB) is known color: Tea Green. HEX triplet: BE, FD and BB. RGB value is (190,253,187). Sum of RGB (Red+Green+Blue) = 190+253+187=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDBB is #410244. Grayscale: #E2E2E2. Windows color (decimal): -4260421 or 12320190. OLE color: 12320190.
HSL color Cylindrical-coordinate representation of color #BEFDBB: hue angle of 117.27º degrees, saturation: 0.94, 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 #BEFDBB is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 253 | 187 | - |
CMYK | 0.25 | 0 | 0.26 | 0.01 |
HSL | 117.27º | 0.94% | 0.86% | - |
HSV(B) | 117.27º | 0.26% | 0.99% | - |
XYZ | 65.33 | 84.79 | 59.94 | - |
YUV | 226.64 | 105.63 | 101.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 253 | 187 | 0.25 | 0 | 0.26 | 0.01 | 117.27 | 0.94 | 0.86 |
Hex | BE | FD | BB | 19 | 0 | 1A | 1 | 75 | 5E | 56 |
Octal | 276 | 375 | 273 | 31 | 0 | 32 | 1 | 165 | 136 | 126 |
Binary | 10111110 | 11111101 | 10111011 | 11001 | 0 | 11010 | 1 | 1110101 | 1011110 | 1010110 |
Color Harmonies of #BEFDBB
Complementary color
Monochromatic Colors of #BEFDBB
Black with #BEFDBB
Text Example
Text Example
White with #BEFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDBB; }
p { color: rgb(190,253,187); }
H1.HeaderClassName
{
color: #BEFDBB;
}
.AnyTagClassName
{
color: #BEFDBB;
}
</style>
background-color css
<style>
a { background-color: #BEFDBB; }
a { background-color: rgb(190,253,187); }
div.DivClassName
{
background-color: #BEFDBB;
}
.BgClassName
{
background-color: #BEFDBB;
}
</style>
border-color css
<style>
span { border-color: #BEFDBB; }
span { border-color: rgb(190,253,187); }
td.TdClassName
{
border-color: #BEFDBB;
}
.TagClassName
{
border-color: #BEFDBB;
}
</style>