#BFF7BA

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

Shades of Tea Green #BFF7BA

Tints of Tea Green #BFF7BA

Color information

#BFF7BA (or 0xBFF7BA) is unknown color: approx Tea Green. HEX triplet: BF, F7 and BA. RGB value is (191,247,186). Sum of RGB (Red+Green+Blue) = 191+247+186=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7BA is #400845. Grayscale: #DFDFDF. Windows color (decimal): -4196422 or 12253119. OLE color: 12253119.

HSL color Cylindrical-coordinate representation of color #BFF7BA: hue angle of 115.08º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF7BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB191247186-
CMYK0.2300.250.03
HSL115.08º79.22%84.9%-
HSV(B)115.08º24.7%96.86%-
XYZ63.6181.1458.76-
YUV223.3106.95104.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 247 (96.88% from 255) = 39.58%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=30.61%
G=39.58%
B=29.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912471860.2300.250.03115.0879.2284.9
HexBFF7BA170193734f55
Octal277367272270313163117125
Binary1011111111110111101110101011101100111111001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7BA; }

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

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

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

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

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

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

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

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