#BFF0BA

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

Shades of Tea Green #BFF0BA

Tints of Tea Green #BFF0BA

Color information

#BFF0BA (or 0xBFF0BA) is unknown color: approx Tea Green. HEX triplet: BF, F0 and BA. RGB value is (191,240,186). Sum of RGB (Red+Green+Blue) = 191+240+186=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BA is #400F45. Grayscale: #DBDBDB. Windows color (decimal): -4198214 or 12251327. OLE color: 12251327.

HSL color Cylindrical-coordinate representation of color #BFF0BA: hue angle of 114.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF0BA is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB191240186-
CMYK0.2000.220.06
HSL114.44º64.29%83.53%-
HSV(B)114.44º22.5%94.12%-
XYZ61.5176.9458.06-
YUV219.19109.27107.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=30.96%
G=38.90%
B=30.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912401860.2000.220.06114.4464.2983.53
HexBFF0BA140166724054
Octal277360272240266162100124
Binary10111111111100001011101010100010110110111001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0BA; }

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

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

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

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

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

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

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

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