#BEFAB9

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

Shades of Tea Green #BEFAB9

Tints of Tea Green #BEFAB9

Color information

#BEFAB9 (or 0xBEFAB9) is unknown color: approx Tea Green. HEX triplet: BE, FA and B9. RGB value is (190,250,185). Sum of RGB (Red+Green+Blue) = 190+250+185=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAB9 is #410546. Grayscale: #E0E0E0. Windows color (decimal): -4261191 or 12188350. OLE color: 12188350.

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

Color convert

RGB190250185-
CMYK0.2400.260.02
HSL115.38º86.67%85.29%-
HSV(B)115.38º26%98.04%-
XYZ64.1882.8258.5-
YUV224.65105.62103.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=30.4%
G=40%
B=29.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501850.2400.260.02115.3886.6785.29
HexBEFAB91801A2735755
Octal276372271300322163127125
Binary1011111011111010101110011100001101010111001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAB9; }

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

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

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

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

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

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

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

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