#BEFCB4

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

Shades of Tea Green #BEFCB4

Tints of Tea Green #BEFCB4

Color information

#BEFCB4 (or 0xBEFCB4) is unknown color: approx Tea Green. HEX triplet: BE, FC and B4. RGB value is (190,252,180). Sum of RGB (Red+Green+Blue) = 190+252+180=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCB4 is #41034B. Grayscale: #E1E1E1. Windows color (decimal): -4260684 or 11861182. OLE color: 11861182.

HSL color Cylindrical-coordinate representation of color #BEFCB4: hue angle of 111.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEFCB4 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB190252180-
CMYK0.2500.290.01
HSL111.67º92.31%84.71%-
HSV(B)111.67º28.57%98.82%-
XYZ64.2883.8655.98-
YUV225.25102.46102.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=30.55%
G=40.51%
B=28.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521800.2500.290.01111.6792.3184.71
HexBEFCB41901D1705c55
Octal276374264310351160134125
Binary101111101111110010110100110010111011111000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCB4; }

 p { color: rgb(190,252,180); }

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

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

 a { background-color: rgb(190,252,180); }

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

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

 span { border-color: rgb(190,252,180); }

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