#BEFAB5

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

Shades of Tea Green #BEFAB5

Tints of Tea Green #BEFAB5

Color information

#BEFAB5 (or 0xBEFAB5) is unknown color: approx Tea Green. HEX triplet: BE, FA and B5. RGB value is (190,250,181). Sum of RGB (Red+Green+Blue) = 190+250+181=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAB5 is #41054A. Grayscale: #E0E0E0. Windows color (decimal): -4261195 or 11926206. OLE color: 11926206.

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

Color convert

RGB190250181-
CMYK0.2400.280.02
HSL112.17º87.34%84.51%-
HSV(B)112.17º27.6%98.04%-
XYZ63.7682.6556.31-
YUV224.19103.62103.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 181 (71.09% from 255) = 29.15%
R=30.60%
G=40.26%
B=29.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501810.2400.280.02112.1787.3484.51
HexBEFAB51801C2705755
Octal276372265300342160127125
Binary1011111011111010101101011100001110010111000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAB5; }

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

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

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

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

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

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

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

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