#BFFABA

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

Shades of Tea Green #BFFABA

Tints of Tea Green #BFFABA

Color information

#BFFABA (or 0xBFFABA) is unknown color: approx Tea Green. HEX triplet: BF, FA and BA. RGB value is (191,250,186). Sum of RGB (Red+Green+Blue) = 191+250+186=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFABA is #400545. Grayscale: #E1E1E1. Windows color (decimal): -4195654 or 12253887. OLE color: 12253887.

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

Color convert

RGB191250186-
CMYK0.2400.260.02
HSL115.31º86.49%85.49%-
HSV(B)115.31º25.6%98.04%-
XYZ64.5382.9959.07-
YUV225.06105.95103.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=30.46%
G=39.87%
B=29.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501860.2400.260.02115.3186.4985.49
HexBFFABA1801A2735655
Octal277372272300322163126125
Binary1011111111111010101110101100001101010111001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFABA; }

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

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

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

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

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

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

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

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