#BEFFBA

Color #BEFFBA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #BEFFBA

Tints of Tea Green #BEFFBA

Color information

#BEFFBA (or 0xBEFFBA) is unknown color: approx Tea Green. HEX triplet: BE, FF and BA. RGB value is (190,255,186). Sum of RGB (Red+Green+Blue) = 190+255+186=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFBA is #410045. Grayscale: #E3E3E3. Windows color (decimal): -4259910 or 12255166. OLE color: 12255166.

HSL color Cylindrical-coordinate representation of color #BEFFBA: hue angle of 116.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEFFBA is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB190255186-
CMYK0.2500.270
HSL116.52º100%86.47%-
HSV(B)116.52º27.06%100%-
XYZ65.8686.0159.59-
YUV227.7104.47101.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=30.11%
G=40.41%
B=29.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551860.2500.270116.5210086.47
HexBEFFBA1901B0756456
Octal276377272310330165144126
Binary101111101111111110111010110010110110111010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFBA; }

 p { color: rgb(190,255,186); }

 H1.HeaderClassName
 {
   color: #BEFFBA;
 }
 .AnyTagClassName
 {
   color: #BEFFBA;
 }
</style>
background-color css

<style>
 a { background-color: #BEFFBA; }

 a { background-color: rgb(190,255,186); }

 div.DivClassName
 {
   background-color: #BEFFBA;
 }
 .BgClassName
 {
   background-color: #BEFFBA;
 }
</style>
border-color css

<style>
 span { border-color: #BEFFBA; }

 span { border-color: rgb(190,255,186); }

 td.TdClassName
 {
   border-color: #BEFFBA;
 }
 .TagClassName
 {
   border-color: #BEFFBA;
 }
</style>