Shades of Tea Green #BEFCB5
Tints of Tea Green #BEFCB5
RGB
CMYK
RGB Variations
Color information
#BEFCB5 (or 0xBEFCB5) is known color: Tea Green. HEX triplet: BE, FC and B5. RGB value is (190,252,181). Sum of RGB (Red+Green+Blue) = 190+252+181=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCB5 is #41034A. Grayscale: #E1E1E1. Windows color (decimal): -4260683 or 11926718. OLE color: 11926718.
HSL color Cylindrical-coordinate representation of color #BEFCB5: hue angle of 112.39º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEFCB5 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 252 | 181 | - |
CMYK | 0.25 | 0 | 0.28 | 0.01 |
HSL | 112.39º | 0.92% | 0.85% | - |
HSV(B) | 112.39º | 0.28% | 0.99% | - |
XYZ | 64.39 | 83.9 | 56.52 | - |
YUV | 225.37 | 102.96 | 102.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 252 | 181 | 0.25 | 0 | 0.28 | 0.01 | 112.39 | 0.92 | 0.85 |
Hex | BE | FC | B5 | 19 | 0 | 1C | 1 | 70 | 5C | 55 |
Octal | 276 | 374 | 265 | 31 | 0 | 34 | 1 | 160 | 134 | 125 |
Binary | 10111110 | 11111100 | 10110101 | 11001 | 0 | 11100 | 1 | 1110000 | 1011100 | 1010101 |
Color Harmonies of #BEFCB5
Complementary color
Monochromatic Colors of #BEFCB5
Black with #BEFCB5
Text Example
Text Example
White with #BEFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCB5; }
p { color: rgb(190,252,181); }
H1.HeaderClassName
{
color: #BEFCB5;
}
.AnyTagClassName
{
color: #BEFCB5;
}
</style>
background-color css
<style>
a { background-color: #BEFCB5; }
a { background-color: rgb(190,252,181); }
div.DivClassName
{
background-color: #BEFCB5;
}
.BgClassName
{
background-color: #BEFCB5;
}
</style>
border-color css
<style>
span { border-color: #BEFCB5; }
span { border-color: rgb(190,252,181); }
td.TdClassName
{
border-color: #BEFCB5;
}
.TagClassName
{
border-color: #BEFCB5;
}
</style>