#BEF9B6

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

Shades of Tea Green #BEF9B6

Tints of Tea Green #BEF9B6

Color information

#BEF9B6 (or 0xBEF9B6) is unknown color: approx Tea Green. HEX triplet: BE, F9 and B6. RGB value is (190,249,182). Sum of RGB (Red+Green+Blue) = 190+249+182=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9B6 is #410649. Grayscale: #DFDFDF. Windows color (decimal): -4261450 or 11991486. OLE color: 11991486.

HSL color Cylindrical-coordinate representation of color #BEF9B6: hue angle of 112.84º degrees, saturation: 0.85, 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 #BEF9B6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB190249182-
CMYK0.2400.270.02
HSL112.84º84.81%84.51%-
HSV(B)112.84º26.91%97.65%-
XYZ63.5582.0856.75-
YUV223.72104.45103.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 249 (97.66% from 255) = 40.10%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=30.60%
G=40.10%
B=29.31%

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
Decimal1902491820.2400.270.02112.8484.8184.51
HexBEF9B61801B2715555
Octal276371266300332161125125
Binary1011111011111001101101101100001101110111000110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9B6; }

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

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

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

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

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

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

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

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