#BEFEBA

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

Shades of Tea Green #BEFEBA

Tints of Tea Green #BEFEBA

Color information

#BEFEBA (or 0xBEFEBA) is unknown color: approx Tea Green. HEX triplet: BE, FE and BA. RGB value is (190,254,186). Sum of RGB (Red+Green+Blue) = 190+254+186=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEBA is #410145. Grayscale: #E3E3E3. Windows color (decimal): -4260166 or 12254910. OLE color: 12254910.

HSL color Cylindrical-coordinate representation of color #BEFEBA: hue angle of 116.47º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEFEBA is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB190254186-
CMYK0.2500.270.00
HSL116.47º97.14%86.27%-
HSV(B)116.47º26.77%99.61%-
XYZ65.5485.3859.48-
YUV227.11104.8101.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=30.16%
G=40.32%
B=29.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541860.2500.270.00116.4797.1486.27
HexBEFEBA1901B0746156
Octal276376272310330164141126
Binary101111101111111010111010110010110110111010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEBA; }

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

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

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

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

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

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

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

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