#BEFAB6

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

Shades of Tea Green #BEFAB6

Tints of Tea Green #BEFAB6

Color information

#BEFAB6 (or 0xBEFAB6) is unknown color: approx Tea Green. HEX triplet: BE, FA and B6. RGB value is (190,250,182). Sum of RGB (Red+Green+Blue) = 190+250+182=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAB6 is #410549. Grayscale: #E0E0E0. Windows color (decimal): -4261194 or 11991742. OLE color: 11991742.

HSL color Cylindrical-coordinate representation of color #BEFAB6: hue angle of 112.94º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEFAB6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB190250182-
CMYK0.2400.270.02
HSL112.94º87.18%84.71%-
HSV(B)112.94º27.2%98.04%-
XYZ63.8682.756.85-
YUV224.31104.12103.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=30.55%
G=40.19%
B=29.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501820.2400.270.02112.9487.1884.71
HexBEFAB61801B2715755
Octal276372266300332161127125
Binary1011111011111010101101101100001101110111000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAB6; }

 p { color: rgb(190,250,182); }

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

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

 a { background-color: rgb(190,250,182); }

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

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

 span { border-color: rgb(190,250,182); }

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