#BEF8BA

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

Shades of Tea Green #BEF8BA

Tints of Tea Green #BEF8BA

Color information

#BEF8BA (or 0xBEF8BA) is unknown color: approx Tea Green. HEX triplet: BE, F8 and BA. RGB value is (190,248,186). Sum of RGB (Red+Green+Blue) = 190+248+186=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8BA is #410745. Grayscale: #DFDFDF. Windows color (decimal): -4261702 or 12253374. OLE color: 12253374.

HSL color Cylindrical-coordinate representation of color #BEF8BA: hue angle of 116.13º degrees, saturation: 0.82, 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 #BEF8BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB190248186-
CMYK0.2300.250.03
HSL116.13º81.58%85.1%-
HSV(B)116.13º25%97.25%-
XYZ63.6781.6358.85-
YUV223.59106.78104.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=30.45%
G=39.74%
B=29.81%

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
Decimal1902481860.2300.250.03116.1381.5885.1
HexBEF8BA170193745255
Octal276370272270313164122125
Binary1011111011111000101110101011101100111111010010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8BA; }

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

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

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

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

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

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

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

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