#BEF7BA

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

Shades of Tea Green #BEF7BA

Tints of Tea Green #BEF7BA

Color information

#BEF7BA (or 0xBEF7BA) is unknown color: approx Tea Green. HEX triplet: BE, F7 and BA. RGB value is (190,247,186). Sum of RGB (Red+Green+Blue) = 190+247+186=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7BA is #410845. Grayscale: #DFDFDF. Windows color (decimal): -4261958 or 12253118. OLE color: 12253118.

HSL color Cylindrical-coordinate representation of color #BEF7BA: hue angle of 116.07º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF7BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB190247186-
CMYK0.2300.250.03
HSL116.07º79.22%84.9%-
HSV(B)116.07º24.7%96.86%-
XYZ63.3681.0158.75-
YUV223107.12104.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=30.50%
G=39.65%
B=29.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471860.2300.250.03116.0779.2284.9
HexBEF7BA170193744f55
Octal276367272270313164117125
Binary1011111011110111101110101011101100111111010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7BA; }

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

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

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

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

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

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

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

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