#BFFAB5

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

Shades of Tea Green #BFFAB5

Tints of Tea Green #BFFAB5

Color information

#BFFAB5 (or 0xBFFAB5) is unknown color: approx Tea Green. HEX triplet: BF, FA and B5. RGB value is (191,250,181). Sum of RGB (Red+Green+Blue) = 191+250+181=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAB5 is #40054A. Grayscale: #E0E0E0. Windows color (decimal): -4195659 or 11926207. OLE color: 11926207.

HSL color Cylindrical-coordinate representation of color #BFFAB5: hue angle of 111.3º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFFAB5 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB191250181-
CMYK0.2400.280.02
HSL111.3º87.34%84.51%-
HSV(B)111.3º27.6%98.04%-
XYZ64.0182.7856.32-
YUV224.49103.45104.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=30.71%
G=40.19%
B=29.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501810.2400.280.02111.387.3484.51
HexBFFAB51801C26f5755
Octal277372265300342157127125
Binary1011111111111010101101011100001110010110111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAB5; }

 p { color: rgb(191,250,181); }

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

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

 a { background-color: rgb(191,250,181); }

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

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

 span { border-color: rgb(191,250,181); }

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